Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.template.cover.CoverTemplate
 

Namespaces

 homeassistant.components.template.cover
 

Functions

def homeassistant.components.template.cover._async_create_entities (hass, config)
 
None homeassistant.components.template.cover.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.template.cover._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.template.cover._VALID_STATES
 
string homeassistant.components.template.cover.CLOSE_ACTION = "close_cover"
 
string homeassistant.components.template.cover.CLOSED_STATE = "closed"
 
string homeassistant.components.template.cover.CLOSING_STATE = "closing"
 
string homeassistant.components.template.cover.CONF_OPEN_AND_CLOSE = "open_or_close"
 
string homeassistant.components.template.cover.CONF_POSITION_TEMPLATE = "position_template"
 
string homeassistant.components.template.cover.CONF_TILT_OPTIMISTIC = "tilt_optimistic"
 
string homeassistant.components.template.cover.CONF_TILT_TEMPLATE = "tilt_template"
 
 homeassistant.components.template.cover.COVER_SCHEMA
 
string homeassistant.components.template.cover.OPEN_ACTION = "open_cover"
 
string homeassistant.components.template.cover.OPEN_STATE = "open"
 
string homeassistant.components.template.cover.OPENING_STATE = "opening"
 
 homeassistant.components.template.cover.PLATFORM_SCHEMA
 
string homeassistant.components.template.cover.POSITION_ACTION = "set_cover_position"
 
string homeassistant.components.template.cover.STOP_ACTION = "stop_cover"
 
string homeassistant.components.template.cover.TILT_ACTION = "set_cover_tilt_position"
 
tuple homeassistant.components.template.cover.TILT_FEATURES