Home Assistant Unofficial Reference 2024.12.1
cover.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.opengarage.cover.OpenGarageCover
 

Namespaces

 homeassistant.components.opengarage.cover
 

Functions

None homeassistant.components.opengarage.cover.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.opengarage.cover._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.opengarage.cover.STATES_MAP = {0: CoverState.CLOSED, 1: CoverState.OPEN}