Remove unecessary variable in control4 (#90176)

Remove unecessary expiration value
This commit is contained in:
Nalin Mahajan
2023-03-23 10:09:00 -05:00
committed by GitHub
parent d5f949f4d8
commit 504793882d
3 changed files with 1 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ MIN_SCAN_INTERVAL = 1
CONF_ACCOUNT = "account"
CONF_DIRECTOR = "director"
CONF_DIRECTOR_TOKEN_EXPIRATION = "director_token_expiry"
CONF_DIRECTOR_SW_VERSION = "director_sw_version"
CONF_DIRECTOR_MODEL = "director_model"
CONF_DIRECTOR_ALL_ITEMS = "director_all_items"