mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Update to ISY994 page
This update to the ISY994 page indicates how to use HTTPS with the updates to the Home Assistant to use PyISY version 1.0.5.
This commit is contained in:
parent
68a9fe88f9
commit
050d829a8d
@ -35,6 +35,7 @@ isy994:
|
|||||||
# optional
|
# optional
|
||||||
sensor_string: SENSOR_STRING
|
sensor_string: SENSOR_STRING
|
||||||
hidden_string: HIDDEN_STRING
|
hidden_string: HIDDEN_STRING
|
||||||
|
tls: TLS_VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
The ISY_ADDRESS should be in full URL format. For example:
|
The ISY_ADDRESS should be in full URL format. For example:
|
||||||
@ -52,6 +53,12 @@ The HIDDEN_STRING is a string that is used to identify which devices are to be
|
|||||||
hidden on Home Assistant's front page. This string will be stripped from the
|
hidden on Home Assistant's front page. This string will be stripped from the
|
||||||
device's name before being used. By default, this value is '{HIDE ME}'.
|
device's name before being used. By default, this value is '{HIDE ME}'.
|
||||||
|
|
||||||
|
The TLS_VERSION value is the version of TLS that the ISY controller is using
|
||||||
|
for HTTPS encryption. This value can be either 1.1 or 1.2. If this value is not
|
||||||
|
set, it is assumed to be version 1.1. This is the default for most users.
|
||||||
|
ISY994 Pro users may likely be using 1.2. When using HTTPS in the ISY_ADDRESS
|
||||||
|
string, it is best practice to set this value.
|
||||||
|
|
||||||
Once the ISY controller is configured, it will automatically import any lights,
|
Once the ISY controller is configured, it will automatically import any lights,
|
||||||
switches, and sensors it can locate.
|
switches, and sensors it can locate.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user