Namespaces | |
| climate | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
| water_heater | |
Classes | |
| class | MelCloudDevice |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| dict[str, list[MelCloudDevice]] | mel_devices_setup (HomeAssistant hass, str token) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) | |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.WATER_HEATER] |
The MELCloud Climate integration.
| bool homeassistant.components.melcloud.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Establish connection with MELClooud.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.melcloud.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 48 of file __init__.py.
| dict[str, list[MelCloudDevice]] homeassistant.components.melcloud.mel_devices_setup | ( | HomeAssistant | hass, |
| str | token | ||
| ) |
Query connected devices from MELCloud.
Definition at line 128 of file __init__.py.
|
private |
Definition at line 24 of file __init__.py.
| homeassistant.components.melcloud.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) |
Definition at line 26 of file __init__.py.
| list homeassistant.components.melcloud.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.WATER_HEATER] |
Definition at line 28 of file __init__.py.