core/homeassistant/components/moehlenhoff_alpha2/const.py

7 lines
138 B
Python

"""Constants for the Alpha2 integration."""
DOMAIN = "moehlenhoff_alpha2"
PRESET_AUTO = "auto"
PRESET_DAY = "day"
PRESET_NIGHT = "night"