1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add support for attributes in (numeric) state conditions (#39050)

This commit is contained in:
Franck Nijhof
2020-08-19 20:01:27 +02:00
committed by GitHub
parent 5f10c55303
commit bdc5af8dd2
4 changed files with 92 additions and 8 deletions

View File

@@ -37,9 +37,10 @@ CONF_API_KEY = "api_key"
CONF_API_VERSION = "api_version"
CONF_ARMING_TIME = "arming_time"
CONF_AT = "at"
CONF_AUTHENTICATION = "authentication"
CONF_ATTRIBUTE = "attribute"
CONF_AUTH_MFA_MODULES = "auth_mfa_modules"
CONF_AUTH_PROVIDERS = "auth_providers"
CONF_AUTHENTICATION = "authentication"
CONF_BASE = "base"
CONF_BEFORE = "before"
CONF_BELOW = "below"