Add CONF_API_TOKEN to constants (#41379)
* add CONF_API_TOKEN to constants * Update const.pypull/41389/head
parent
95e4048f4e
commit
21655e93bf
|
@ -34,6 +34,7 @@ CONF_AFTER = "after"
|
|||
CONF_ALIAS = "alias"
|
||||
CONF_ALLOWLIST_EXTERNAL_URLS = "allowlist_external_urls"
|
||||
CONF_API_KEY = "api_key"
|
||||
CONF_API_TOKEN = "api_token"
|
||||
CONF_API_VERSION = "api_version"
|
||||
CONF_ARMING_TIME = "arming_time"
|
||||
CONF_AT = "at"
|
||||
|
|
Loading…
Reference in New Issue