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

Namespaces

 climate
 
 config_flow
 
 const
 

Functions

def _get_thermostat (api, serial_number)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for NuHeat thermostats.

Function Documentation

◆ _get_thermostat()

def homeassistant.components.nuheat._get_thermostat (   api,
  serial_number 
)
private
Authenticate and create the thermostat object.

Definition at line 21 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.nuheat.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up NuHeat from a config entry.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 77 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nuheat._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file __init__.py.