mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 23:05:39 +01:00
7 lines
133 B
Python
7 lines
133 B
Python
"""Constants for the Airtouch 5 integration."""
|
|
|
|
DOMAIN = "airtouch5"
|
|
|
|
FAN_TURBO = "turbo"
|
|
FAN_INTELLIGENT_AUTO = "intelligent_auto"
|