mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 05:07:15 +01: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"
|