mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add CONF_API_TOKEN to constants (#41379)
* add CONF_API_TOKEN to constants * Update const.py
This commit is contained in:
@@ -34,6 +34,7 @@ CONF_AFTER = "after"
|
|||||||
CONF_ALIAS = "alias"
|
CONF_ALIAS = "alias"
|
||||||
CONF_ALLOWLIST_EXTERNAL_URLS = "allowlist_external_urls"
|
CONF_ALLOWLIST_EXTERNAL_URLS = "allowlist_external_urls"
|
||||||
CONF_API_KEY = "api_key"
|
CONF_API_KEY = "api_key"
|
||||||
|
CONF_API_TOKEN = "api_token"
|
||||||
CONF_API_VERSION = "api_version"
|
CONF_API_VERSION = "api_version"
|
||||||
CONF_ARMING_TIME = "arming_time"
|
CONF_ARMING_TIME = "arming_time"
|
||||||
CONF_AT = "at"
|
CONF_AT = "at"
|
||||||
|
Reference in New Issue
Block a user