Classes | |
| class | EntityComponent |
Functions | |
| None | async_update_entity (HomeAssistant hass, str entity_id) |
Variables | |
| _EntityT = TypeVar("_EntityT", bound=entity.Entity, default=entity.Entity) | |
| string | DATA_INSTANCES = "entity_components" |
| DEFAULT_SCAN_INTERVAL = timedelta(seconds=15) | |
Helpers for components that manage entities.
| None homeassistant.helpers.entity_component.async_update_entity | ( | HomeAssistant | hass, |
| str | entity_id | ||
| ) |
Trigger an update for an entity.
Definition at line 46 of file entity_component.py.
|
private |
Definition at line 42 of file entity_component.py.
| string homeassistant.helpers.entity_component.DATA_INSTANCES = "entity_components" |
Definition at line 40 of file entity_component.py.
| homeassistant.helpers.entity_component.DEFAULT_SCAN_INTERVAL = timedelta(seconds=15) |
Definition at line 39 of file entity_component.py.