Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Min/Max integration."""
2 
3 DOMAIN = "min_max"
4 
5 CONF_ENTITY_IDS = "entity_ids"
6 CONF_ROUND_DIGITS = "round_digits"