1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/min_max/const.py
Erik Montnemery 66d892237d
Add config flow for min_max sensor (#67807)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-28 09:39:54 +02:00

7 lines
132 B
Python

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