Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ads.cover.AdsCover
 

Namespaces

 homeassistant.components.ads.cover
 

Functions

None homeassistant.components.ads.cover.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.ads.cover.CONF_ADS_VAR_CLOSE = "adsvar_close"
 
string homeassistant.components.ads.cover.CONF_ADS_VAR_OPEN = "adsvar_open"
 
string homeassistant.components.ads.cover.CONF_ADS_VAR_POSITION = "adsvar_position"
 
string homeassistant.components.ads.cover.CONF_ADS_VAR_SET_POS = "adsvar_set_position"
 
string homeassistant.components.ads.cover.CONF_ADS_VAR_STOP = "adsvar_stop"
 
string homeassistant.components.ads.cover.DEFAULT_NAME = "ADS Cover"
 
 homeassistant.components.ads.cover.PLATFORM_SCHEMA
 
string homeassistant.components.ads.cover.STATE_KEY_POSITION = "position"