Private Member Functions | |
| None | _process_manual_data (self, Any|None value=None) |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.trigger_template_entity.TriggerBaseEntity | |
| hass | |
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.trigger_template_entity.TriggerBaseEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Template entity based on manual trigger data.
Definition at line 210 of file trigger_template_entity.py.
| None homeassistant.helpers.trigger_template_entity.ManualTriggerEntity.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigType | config | ||
| ) |
Initialize the entity.
Reimplemented from homeassistant.helpers.trigger_template_entity.TriggerBaseEntity.
Reimplemented in homeassistant.helpers.trigger_template_entity.ManualTriggerSensorEntity.
Definition at line 213 of file trigger_template_entity.py.
|
private |
Process new data manually. Implementing class should call this last in update method to render templates. Ex: self._process_manual_data(payload)
Definition at line 227 of file trigger_template_entity.py.