core/homeassistant/components/min_max/const.py

7 lines
132 B
Python
Raw Normal View History

"""Constants for the Min/Max integration."""
DOMAIN = "min_max"
CONF_ENTITY_IDS = "entity_ids"
CONF_ROUND_DIGITS = "round_digits"