Classes | |
| class | StateData |
Functions | |
| str | cover_unique_id (ConfigEntry config_entry, AbstractDoor door) |
| AbstractGateApi | get_api (HomeAssistant hass, Mapping[str, Any] config_data) |
| DeviceDataUpdateCoordinator | get_data_update_coordinator (HomeAssistant hass, ConfigEntry config_entry) |
| str | sensor_unique_id (ConfigEntry config_entry, AbstractDoor door, str sensor_type) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Common code for GogoGate2 component.
| str homeassistant.components.gogogate2.common.cover_unique_id | ( | ConfigEntry | config_entry, |
| AbstractDoor | door | ||
| ) |
| AbstractGateApi homeassistant.components.gogogate2.common.get_api | ( | HomeAssistant | hass, |
| Mapping[str, Any] | config_data | ||
| ) |
| DeviceDataUpdateCoordinator homeassistant.components.gogogate2.common.get_data_update_coordinator | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
| str homeassistant.components.gogogate2.common.sensor_unique_id | ( | ConfigEntry | config_entry, |
| AbstractDoor | door, | ||
| str | sensor_type | ||
| ) |