Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.blueprint.errors.FileAlreadyExists Class Reference
Inheritance diagram for homeassistant.components.blueprint.errors.FileAlreadyExists:
[legend]
Collaboration diagram for homeassistant.components.blueprint.errors.FileAlreadyExists:
[legend]

Public Member Functions

None __init__ (self, str domain, str blueprint_name)
 
- Public Member Functions inherited from homeassistant.components.blueprint.errors.BlueprintWithNameException
None __init__ (self, str|None domain, str|None blueprint_name, str msg)
 
- Public Member Functions inherited from homeassistant.components.blueprint.errors.BlueprintException
None __init__ (self, str|None domain, str msg)
 
- Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError
None __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None)
 
str __str__ (self)
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.blueprint.errors.BlueprintWithNameException
 blueprint_name
 
- Public Attributes inherited from homeassistant.components.blueprint.errors.BlueprintException
 domain
 
- Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 generate_message
 
 translation_domain
 
 translation_key
 
 translation_placeholders
 
- Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 bool
 
 None
 

Detailed Description

Error when file already exists.

Definition at line 89 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.blueprint.errors.FileAlreadyExists.__init__ (   self,
str  domain,
str  blueprint_name 
)
Initialize blueprint exception.

Definition at line 92 of file errors.py.


The documentation for this class was generated from the following file: