mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 22:10:57 +01:00
e3a73c12bc
Co-authored-by: Robert Resch <robert@resch.dev>
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"
|