Fixed ws-url and needed steps. (#11717)

* Fixed ws-url and needed steps.

Modified the ws-url to reflect the documentation from SPC-GATEWAY manual and added the two needed changes to customize.yaml + configuration.yaml to make the sensors produce usable output.

* Removed hidden sensors text

After changes made to the integration, sensors are no longer hidden and that text became obsolete. Removed to avoid confusion.
This commit is contained in:
linkztream 2020-01-13 11:09:03 +01:00 committed by Franck Nijhof
parent badb6c8a17
commit ae2509e233

View File

@ -34,12 +34,11 @@ api_url:
required: true required: true
type: string type: string
ws_url: ws_url:
description: URL of the SPC Web Gateway websocket, e.g., `ws://<ip>:8088`. description: URL of the SPC Web Gateway websocket, e.g., `ws://<ip>:8088/ws/spc`.
required: true required: true
type: string type: string
{% endconfiguration %} {% endconfiguration %}
Supported sensors will be automatically discovered and added, however they will be hidden by default.
## Alarm ## Alarm