Classes | |
| class | BSBLANWaterHeater |
Functions | |
| None | async_setup_entry (HomeAssistant hass, BSBLanConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | OPERATION_MODES |
| dictionary | OPERATION_MODES_REVERSE = {v: k for k, v in OPERATION_MODES.items()} |
| int | PARALLEL_UPDATES = 1 |
BSBLAN platform to control a compatible Water Heater Device.
| None homeassistant.components.bsblan.water_heater.async_setup_entry | ( | HomeAssistant | hass, |
| BSBLanConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up BSBLAN water heater based on a config entry.
Definition at line 37 of file water_heater.py.
| dictionary homeassistant.components.bsblan.water_heater.OPERATION_MODES |
Definition at line 28 of file water_heater.py.
| dictionary homeassistant.components.bsblan.water_heater.OPERATION_MODES_REVERSE = {v: k for k, v in OPERATION_MODES.items()} |
Definition at line 34 of file water_heater.py.
| int homeassistant.components.bsblan.water_heater.PARALLEL_UPDATES = 1 |
Definition at line 25 of file water_heater.py.