Add CONF_API_TOKEN to constants (#41379)

* add CONF_API_TOKEN to constants

* Update const.py
pull/41389/head
Chris Talkington 2020-10-07 03:55:59 -05:00 committed by GitHub
parent 95e4048f4e
commit 21655e93bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"