Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.flexit_bacnet.const Namespace Reference

Variables

string DOMAIN = "flexit_bacnet"
 
int MAX_TEMP = 30
 
int MIN_TEMP = 10
 
dictionary PRESET_TO_VENTILATION_MODE_MAP
 
dictionary VENTILATION_TO_PRESET_MODE_MAP
 

Detailed Description

Constants for the Flexit Nordic (BACnet) integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.flexit_bacnet.const.DOMAIN = "flexit_bacnet"

Definition at line 17 of file const.py.

◆ MAX_TEMP

int homeassistant.components.flexit_bacnet.const.MAX_TEMP = 30

Definition at line 19 of file const.py.

◆ MIN_TEMP

int homeassistant.components.flexit_bacnet.const.MIN_TEMP = 10

Definition at line 20 of file const.py.

◆ PRESET_TO_VENTILATION_MODE_MAP

dictionary homeassistant.components.flexit_bacnet.const.PRESET_TO_VENTILATION_MODE_MAP
Initial value:
1 = {
2  PRESET_NONE: VENTILATION_MODE_STOP,
3  PRESET_AWAY: VENTILATION_MODE_AWAY,
4  PRESET_HOME: VENTILATION_MODE_HOME,
5  PRESET_BOOST: VENTILATION_MODE_HIGH,
6 }

Definition at line 29 of file const.py.

◆ VENTILATION_TO_PRESET_MODE_MAP

dictionary homeassistant.components.flexit_bacnet.const.VENTILATION_TO_PRESET_MODE_MAP
Initial value:
1 = {
2  VENTILATION_MODE_STOP: PRESET_NONE,
3  VENTILATION_MODE_AWAY: PRESET_AWAY,
4  VENTILATION_MODE_HOME: PRESET_HOME,
5  VENTILATION_MODE_HIGH: PRESET_BOOST,
6 }

Definition at line 22 of file const.py.