mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00: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"
|