Home Assistant Unofficial Reference 2024.12.1
image.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.template.image.StateImageEntity
 
class  homeassistant.components.template.image.TriggerImageEntity
 

Namespaces

 homeassistant.components.template.image
 

Functions

list[StateImageEntity] homeassistant.components.template.image._async_create_entities (HomeAssistant hass, list[dict[str, Any]] definitions, str|None unique_id_prefix)
 
None homeassistant.components.template.image.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.template.image.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.template.image._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.template.image.DEFAULT_NAME = "Template Image"
 
int homeassistant.components.template.image.GET_IMAGE_TIMEOUT = 10
 
 homeassistant.components.template.image.IMAGE_CONFIG_SCHEMA
 
 homeassistant.components.template.image.IMAGE_SCHEMA