mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
badb6c8a17
commit
ae2509e233
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user