mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00

Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
7 lines
132 B
Python
7 lines
132 B
Python
"""Constants for the Min/Max integration."""
|
|
|
|
DOMAIN = "min_max"
|
|
|
|
CONF_ENTITY_IDS = "entity_ids"
|
|
CONF_ROUND_DIGITS = "round_digits"
|