diff --git a/bundles/org.openhab.io.openhabcloud/README.md b/bundles/org.openhab.io.openhabcloud/README.md index 4910a7478..a8eb8fa7c 100644 --- a/bundles/org.openhab.io.openhabcloud/README.md +++ b/bundles/org.openhab.io.openhabcloud/README.md @@ -11,6 +11,12 @@ The openHAB Cloud service (and thus the connector to it) is useful for different * It serves as a connector to Google Cloud Messaging (GCM) and Apple Push Notifications (APN) for pushing notifications to mobile phone apps. * It brings integration possibilities with services that require an OAuth2 authentication against a web server, such as IFTTT or Amazon Alexa Skills. +## Installation via UI + +* Open the openHAB web portal and login as an administrator. +* Click on Settings, followed by Misc (in the Add-ons section) +* Using the + button on the bottom right you can install the openHAB Cloud Add-on + ## UUID and Secret To authenticate with the openHAB Cloud service the add-on generates two values when the add-on is installed. @@ -31,7 +37,7 @@ Location of UUID and Secret: ## Configuration -After installing this add-on, you will find configuration options in the Paper UI under _Configuration->Services->IO->openHAB Cloud_: +After installing this add-on, you will find configuration options in the openHAB portal under _Settings -> Other Services -> openHAB Cloud_: ![Configuration](contrib/doc/cfg.png) diff --git a/bundles/org.openhab.io.openhabcloud/contrib/doc/cfg.png b/bundles/org.openhab.io.openhabcloud/contrib/doc/cfg.png index 9720dd4ff..961fd5835 100644 Binary files a/bundles/org.openhab.io.openhabcloud/contrib/doc/cfg.png and b/bundles/org.openhab.io.openhabcloud/contrib/doc/cfg.png differ