Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.melcloud Namespace Reference

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]
 

Detailed Description

The MELCloud Climate integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.melcloud.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Establish connection with MELClooud.

Definition at line 31 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.melcloud.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 48 of file __init__.py.

◆ mel_devices_setup()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.melcloud._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file __init__.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.melcloud.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15)

Definition at line 26 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.melcloud.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.WATER_HEATER]

Definition at line 28 of file __init__.py.