Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.huum.climate Namespace Reference

Classes

class  HuumDevice
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Huum wifi-enabled sauna.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.huum.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Huum sauna with config flow.

Definition at line 30 of file climate.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.huum.climate._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file climate.py.