Classes | |
| class | InComfortData |
| class | InComfortDataCoordinator |
Functions | |
| InComfortData | async_connect_gateway (HomeAssistant hass, dict[str, Any] entry_data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | UPDATE_INTERVAL = 30 |
Datacoordinator for InComfort integration.
| InComfortData homeassistant.components.incomfort.coordinator.async_connect_gateway | ( | HomeAssistant | hass, |
| dict[str, Any] | entry_data | ||
| ) |
Validate the configuration.
Definition at line 34 of file coordinator.py.
|
private |
Definition at line 21 of file coordinator.py.
| int homeassistant.components.incomfort.coordinator.UPDATE_INTERVAL = 30 |
Definition at line 23 of file coordinator.py.