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

Variables

string DOMAIN = "aprilaire"
 
string FAN_CIRCULATE = "Circulate"
 
string PRESET_PERMANENT_HOLD = "Permanent"
 
string PRESET_TEMPORARY_HOLD = "Temporary"
 
string PRESET_VACATION = "Vacation"
 

Detailed Description

Constants for the Aprilaire integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ FAN_CIRCULATE

string homeassistant.components.aprilaire.const.FAN_CIRCULATE = "Circulate"

Definition at line 7 of file const.py.

◆ PRESET_PERMANENT_HOLD

string homeassistant.components.aprilaire.const.PRESET_PERMANENT_HOLD = "Permanent"

Definition at line 10 of file const.py.

◆ PRESET_TEMPORARY_HOLD

string homeassistant.components.aprilaire.const.PRESET_TEMPORARY_HOLD = "Temporary"

Definition at line 9 of file const.py.

◆ PRESET_VACATION

string homeassistant.components.aprilaire.const.PRESET_VACATION = "Vacation"

Definition at line 11 of file const.py.