Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.slide.cover.SlideCover
 

Namespaces

 homeassistant.components.slide.cover
 

Functions

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

Variables

 homeassistant.components.slide.cover._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.slide.cover.CLOSED = "closed"
 
string homeassistant.components.slide.cover.CLOSING = "closing"
 
string homeassistant.components.slide.cover.OPENING = "opening"