mirror of
https://github.com/home-assistant/core.git
synced 2025-12-22 03:49:36 +00:00
10 lines
215 B
Python
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"
|