Classes | |
| class | OpenGarageCover |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | STATES_MAP = {0: CoverState.CLOSED, 1: CoverState.OPEN} |
Platform for the opengarage.io cover component.
| None homeassistant.components.opengarage.cover.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| dictionary homeassistant.components.opengarage.cover.STATES_MAP = {0: CoverState.CLOSED, 1: CoverState.OPEN} |