7 lines
138 B
Python
7 lines
138 B
Python
|
"""Constants for the Alpha2 integration."""
|
||
|
|
||
|
DOMAIN = "moehlenhoff_alpha2"
|
||
|
PRESET_AUTO = "auto"
|
||
|
PRESET_DAY = "day"
|
||
|
PRESET_NIGHT = "night"
|