Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nibe_heatpump Namespace Reference

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
 

Detailed Description

The Nibe Heat Pump integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.nibe_heatpump.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 116 of file __init__.py.

Variable Documentation

◆ COIL_READ_RETRIES

int homeassistant.components.nibe_heatpump.COIL_READ_RETRIES = 5

Definition at line 45 of file __init__.py.