Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Aprilaire integration."""
2
3
from
__future__
import
annotations
4
5
DOMAIN =
"aprilaire"
6
7
FAN_CIRCULATE =
"Circulate"
8
9
PRESET_TEMPORARY_HOLD =
"Temporary"
10
PRESET_PERMANENT_HOLD =
"Permanent"
11
PRESET_VACATION =
"Vacation"
core
homeassistant
components
aprilaire
const.py
Generated by
1.9.1