Home Assistant Unofficial Reference 2024.12.1
trigger_template_entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.trigger_template_entity.ManualTriggerEntity
 
class  homeassistant.helpers.trigger_template_entity.ManualTriggerSensorEntity
 
class  homeassistant.helpers.trigger_template_entity.TriggerBaseEntity
 

Namespaces

 homeassistant.helpers.trigger_template_entity
 

Functions

vol.Schema homeassistant.helpers.trigger_template_entity.make_template_entity_base_schema (str default_name)
 

Variables

string homeassistant.helpers.trigger_template_entity.CONF_ATTRIBUTES = "attributes"
 
string homeassistant.helpers.trigger_template_entity.CONF_AVAILABILITY = "availability"
 
string homeassistant.helpers.trigger_template_entity.CONF_PICTURE = "picture"
 
dictionary homeassistant.helpers.trigger_template_entity.CONF_TO_ATTRIBUTE
 
 homeassistant.helpers.trigger_template_entity.TEMPLATE_ENTITY_BASE_SCHEMA
 
 homeassistant.helpers.trigger_template_entity.TEMPLATE_SENSOR_BASE_SCHEMA