Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.microbees.climate Namespace Reference

Classes

class  MBClimate
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary CLIMATE_PRODUCT_IDS
 
int THERMOSTAT_SENSOR_ID = 762
 
int THERMOVALVE_SENSOR_ID = 782
 

Detailed Description

Climate integration microBees.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.microbees.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the microBees climate platform.

Definition at line 28 of file climate.py.

Variable Documentation

◆ CLIMATE_PRODUCT_IDS

dictionary homeassistant.components.microbees.climate.CLIMATE_PRODUCT_IDS
Initial value:
1 = {
2  76, # Thermostat,
3  78, # Thermovalve,
4 }

Definition at line 20 of file climate.py.

◆ THERMOSTAT_SENSOR_ID

int homeassistant.components.microbees.climate.THERMOSTAT_SENSOR_ID = 762

Definition at line 24 of file climate.py.

◆ THERMOVALVE_SENSOR_ID

int homeassistant.components.microbees.climate.THERMOVALVE_SENSOR_ID = 782

Definition at line 25 of file climate.py.