Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.cover.CoverGroup
 

Namespaces

 homeassistant.components.group.cover
 

Functions

CoverGroup homeassistant.components.group.cover.async_create_preview_cover (HomeAssistant hass, str name, dict[str, Any] validated_config)
 
None homeassistant.components.group.cover.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.group.cover.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.group.cover.DEFAULT_NAME = "Cover Group"
 
string homeassistant.components.group.cover.KEY_OPEN_CLOSE = "open_close"
 
string homeassistant.components.group.cover.KEY_POSITION = "position"
 
string homeassistant.components.group.cover.KEY_STOP = "stop"
 
int homeassistant.components.group.cover.PARALLEL_UPDATES = 0
 
 homeassistant.components.group.cover.PLATFORM_SCHEMA