mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Update SmartThings config flow to be entirely UI based (#34163)
* bump pysmartthings 0.7.1 * Update config flow to use UI * Code review comments and fix for resetting oauth client * Replace html with markdown
This commit is contained in:
@@ -8,7 +8,6 @@ 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"
|
||||
CONF_LOCATION_ID = "location_id"
|
||||
CONF_OAUTH_CLIENT_ID = "client_id"
|
||||
|
||||
Reference in New Issue
Block a user