mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Add CONF_API_TOKEN to constants (#41379)
* add CONF_API_TOKEN to constants * Update const.py
This commit is contained in:
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…
x
Reference in New Issue
Block a user