Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.danfoss_air.switch Namespace Reference

Classes

class  DanfossAir
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the for Danfoss Air HRV sswitches.

Function Documentation

◆ setup_platform()

None homeassistant.components.danfoss_air.switch.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the Danfoss Air HRV switch platform.

Definition at line 20 of file switch.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.danfoss_air.switch._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file switch.py.