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] |
Support for Danfoss Air HRV.
| bool homeassistant.components.danfoss_air.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Danfoss Air component.
Definition at line 29 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| homeassistant.components.danfoss_air.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| string homeassistant.components.danfoss_air.DOMAIN = "danfoss_air" |
Definition at line 20 of file __init__.py.
| homeassistant.components.danfoss_air.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60) |
Definition at line 22 of file __init__.py.
| list homeassistant.components.danfoss_air.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
Definition at line 19 of file __init__.py.