Add instance id to the cloud integration (#103162)
This commit is contained in:
parent
947ce592c1
commit
2859055b36
7 changed files with 27 additions and 2 deletions
|
@ -13,6 +13,7 @@ PREF_GOOGLE_REPORT_STATE = "google_report_state"
|
|||
PREF_ALEXA_ENTITY_CONFIGS = "alexa_entity_configs"
|
||||
PREF_ALEXA_REPORT_STATE = "alexa_report_state"
|
||||
PREF_DISABLE_2FA = "disable_2fa"
|
||||
PREF_INSTANCE_ID = "instance_id"
|
||||
PREF_SHOULD_EXPOSE = "should_expose"
|
||||
PREF_GOOGLE_LOCAL_WEBHOOK_ID = "google_local_webhook_id"
|
||||
PREF_USERNAME = "username"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue