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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user