Add cloudhook support to SmartThings component (#21905)
* Add support for Nabu Casa cloudhooks * Added tests to cover cloudhook creation and removal * Remove cloud dependency
This commit is contained in:
parent
3fd6aa0ba9
commit
c401f35a43
9 changed files with 176 additions and 33 deletions
|
@ -8,6 +8,7 @@ APP_OAUTH_SCOPES = [
|
|||
]
|
||||
APP_NAME_PREFIX = 'homeassistant.'
|
||||
CONF_APP_ID = 'app_id'
|
||||
CONF_CLOUDHOOK_URL = 'cloudhook_url'
|
||||
CONF_INSTALLED_APP_ID = 'installed_app_id'
|
||||
CONF_INSTALLED_APPS = 'installed_apps'
|
||||
CONF_INSTANCE_ID = 'instance_id'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue