hass-core/homeassistant/components/threshold/const.py
Erik Montnemery b5d2c6e43a
Add config flow for threshold binary sensor ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-22 11:32:19 +01:00

9 lines
169 B
Python

"""Constants for the Threshold integration."""
DOMAIN = "threshold"
CONF_HYSTERESIS = "hysteresis"
CONF_LOWER = "lower"
CONF_UPPER = "upper"
DEFAULT_HYSTERESIS = 0.0