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

Namespaces

 binary_sensor
 
 sensor
 
 switch
 

Classes

class  DanfossAir
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA
 
string DOMAIN = "danfoss_air"
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]
 

Detailed Description

Support for Danfoss Air HRV.

Function Documentation

◆ setup()

bool homeassistant.components.danfoss_air.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Danfoss Air component.

Definition at line 29 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.danfoss_air.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema({vol.Required(CONF_HOST): cv.string})}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 24 of file __init__.py.

◆ DOMAIN

string homeassistant.components.danfoss_air.DOMAIN = "danfoss_air"

Definition at line 20 of file __init__.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.danfoss_air.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)

Definition at line 22 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.danfoss_air.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]

Definition at line 19 of file __init__.py.