Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const (#36233)
* Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const * Fix pylint * Use in tests * Search for "client_id" * Fix tests * Fix test * Fix test
This commit is contained in:
parent
b6407f77da
commit
1855c91988
66 changed files with 386 additions and 352 deletions
|
@ -8,8 +8,6 @@ DATA_TOON_CLIENT = "toon_client"
|
|||
DATA_TOON_CONFIG = "toon_config"
|
||||
DATA_TOON_UPDATED = "toon_updated"
|
||||
|
||||
CONF_CLIENT_ID = "client_id"
|
||||
CONF_CLIENT_SECRET = "client_secret"
|
||||
CONF_DISPLAY = "display"
|
||||
CONF_TENANT = "tenant"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue