Classes | |
| class | ManualTriggerEntity |
| class | ManualTriggerSensorEntity |
| class | TriggerBaseEntity |
Functions | |
| vol.Schema | make_template_entity_base_schema (str default_name) |
Variables | |
| string | CONF_ATTRIBUTES = "attributes" |
| string | CONF_AVAILABILITY = "availability" |
| string | CONF_PICTURE = "picture" |
| dictionary | CONF_TO_ATTRIBUTE |
| TEMPLATE_ENTITY_BASE_SCHEMA | |
| TEMPLATE_SENSOR_BASE_SCHEMA | |
TemplateEntity utility class.
| vol.Schema homeassistant.helpers.trigger_template_entity.make_template_entity_base_schema | ( | str | default_name | ) |
Return a schema with default name.
Definition at line 56 of file trigger_template_entity.py.
| string homeassistant.helpers.trigger_template_entity.CONF_ATTRIBUTES = "attributes" |
Definition at line 37 of file trigger_template_entity.py.
| string homeassistant.helpers.trigger_template_entity.CONF_AVAILABILITY = "availability" |
Definition at line 36 of file trigger_template_entity.py.
| string homeassistant.helpers.trigger_template_entity.CONF_PICTURE = "picture" |
Definition at line 38 of file trigger_template_entity.py.
| dictionary homeassistant.helpers.trigger_template_entity.CONF_TO_ATTRIBUTE |
Definition at line 40 of file trigger_template_entity.py.
| homeassistant.helpers.trigger_template_entity.TEMPLATE_ENTITY_BASE_SCHEMA |
Definition at line 46 of file trigger_template_entity.py.
| homeassistant.helpers.trigger_template_entity.TEMPLATE_SENSOR_BASE_SCHEMA |
Definition at line 68 of file trigger_template_entity.py.