Namespaces | |
| climate | |
Classes | |
| class | StiebelEltronData |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_HUB = "hub" |
| CONFIG_SCHEMA | |
| string | DEFAULT_HUB = "modbus_hub" |
| string | DOMAIN = "stiebel_eltron" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) | |
| string | MODBUS_DOMAIN = "modbus" |
The component for STIEBEL ELTRON heat pumps with ISGWeb Modbus module.
| bool homeassistant.components.stiebel_eltron.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the STIEBEL ELTRON unit. Will automatically load climate platform.
Definition at line 38 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| string homeassistant.components.stiebel_eltron.CONF_HUB = "hub" |
Definition at line 16 of file __init__.py.
| homeassistant.components.stiebel_eltron.CONFIG_SCHEMA |
Definition at line 21 of file __init__.py.
| string homeassistant.components.stiebel_eltron.DEFAULT_HUB = "modbus_hub" |
Definition at line 17 of file __init__.py.
| string homeassistant.components.stiebel_eltron.DOMAIN = "stiebel_eltron" |
Definition at line 19 of file __init__.py.
| homeassistant.components.stiebel_eltron.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) |
Definition at line 35 of file __init__.py.
| string homeassistant.components.stiebel_eltron.MODBUS_DOMAIN = "modbus" |
Definition at line 18 of file __init__.py.