Classes | |
| class | BSBLANClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, BSBLanConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | HVAC_MODES |
| int | PARALLEL_UPDATES = 1 |
| list | PRESET_MODES |
BSBLAN platform to control a compatible Climate Device.
| None homeassistant.components.bsblan.climate.async_setup_entry | ( | HomeAssistant | hass, |
| BSBLanConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up BSBLAN device based on a config entry.
Definition at line 43 of file climate.py.
| list homeassistant.components.bsblan.climate.HVAC_MODES |
Definition at line 31 of file climate.py.
| int homeassistant.components.bsblan.climate.PARALLEL_UPDATES = 1 |
Definition at line 29 of file climate.py.
| list homeassistant.components.bsblan.climate.PRESET_MODES |
Definition at line 37 of file climate.py.