Klaas Schoute a66e28c441 Update Spc component configuration variable (#6570)
Update style of Spc component documentation to follow new configuration variables description.
Related to #6385.
2018-10-07 09:06:16 +02:00

1.2 KiB

layout title description date sidebar comments sharing footer ha_category ha_release logo
page SPC Instructions on how to setup Vanderbilt SPC devices within Home Assistant. 2017-05-18 08:00 true false true true Hub 0.47 vanderbilt_spc.png

Home Assistant has support to integrate your Vanderbilt SPC alarm panel and any connected motion, door and smoke sensors.

Integration with SPC is done through a third-party API gateway called SPC Web Gateway which must be installed and configured somewhere on your network.

Home Assistant needs to know where to find the SPC Web Gateway API endpoints, to configure this add the following section to your configuration.yaml file:

# Example configuration.yaml entry
spc:
  api_url: API_URL
  ws_url: WS_URL

{% configuration %} api_url: description: URL of the SPC Web Gateway command REST API, e.g., http://<ip>:8088. required: true type: string ws_url: description: URL of the SPC Web Gateway websocket, e.g., ws://<ip>:8088. required: true type: string {% endconfiguration %}

Supported sensors will be automatically discovered and added, however they will be hidden by default.