1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 03:49:36 +00:00
Files
core/homeassistant/components/fyta/const.py

10 lines
215 B
Python

"""Const for fyta integration."""
DOMAIN = "fyta"
CONF_EXPIRATION = "expiration"
CONF_MAX_ACCEPTABLE = "max_acceptable"
CONF_MAX_GOOD = "max_good"
CONF_MIN_ACCEPTABLE = "min_acceptable"
CONF_MIN_GOOD = "min_good"