Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| number | |
| select | |
| sensor | |
| switch | |
| water_heater | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| int | COIL_READ_RETRIES = 5 |
The Nibe Heat Pump integration.
| bool homeassistant.components.nibe_heatpump.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Nibe Heat Pump from a config entry.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.nibe_heatpump.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 116 of file __init__.py.
| int homeassistant.components.nibe_heatpump.COIL_READ_RETRIES = 5 |
Definition at line 45 of file __init__.py.