Static Private Attributes | |
| _entity_component_unrecorded_attributes | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.helpers.entity.ToggleEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Base class for automation entities.
Definition at line 352 of file __init__.py.
| ScriptRunResult | None homeassistant.components.automation.BaseAutomationEntity.async_trigger | ( | self, | |
| dict[str, Any] | run_variables, | ||
| Context | None | context = None, |
||
| bool | skip_condition = False |
||
| ) |
Trigger automation.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 398 of file __init__.py.
| dict[str, Any] | None homeassistant.components.automation.BaseAutomationEntity.capability_attributes | ( | self | ) |
Return capability attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 361 of file __init__.py.
| set[str] homeassistant.components.automation.BaseAutomationEntity.referenced_areas | ( | self | ) |
Return a set of referenced areas.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 379 of file __init__.py.
Return referenced blueprint or None.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 384 of file __init__.py.
| set[str] homeassistant.components.automation.BaseAutomationEntity.referenced_devices | ( | self | ) |
Return a set of referenced devices.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 389 of file __init__.py.
| set[str] homeassistant.components.automation.BaseAutomationEntity.referenced_entities | ( | self | ) |
Return a set of referenced entities.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 394 of file __init__.py.
| set[str] homeassistant.components.automation.BaseAutomationEntity.referenced_floors | ( | self | ) |
Return a set of referenced floors.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 374 of file __init__.py.
| set[str] homeassistant.components.automation.BaseAutomationEntity.referenced_labels | ( | self | ) |
Return a set of referenced labels.
Reimplemented in homeassistant.components.automation.AutomationEntity, and homeassistant.components.automation.UnavailableAutomationEntity.
Definition at line 369 of file __init__.py.
|
staticprivate |
Base class for automation entities.
Definition at line 355 of file __init__.py.