Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.danfoss_air.DanfossAir
 

Namespaces

 homeassistant.components.danfoss_air
 

Functions

bool homeassistant.components.danfoss_air.setup (HomeAssistant hass, ConfigType config)
 

Variables

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