Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Alpha2 integration."""
2 
3 DOMAIN = "moehlenhoff_alpha2"
4 PRESET_AUTO = "auto"
5 PRESET_DAY = "day"
6 PRESET_NIGHT = "night"