Update envisalink.markdown (#14331)

Added working hostname configuration instructions. IP address and hostname both now work, rather than IP address only.
This commit is contained in:
William Sutton 2020-08-28 04:13:06 -04:00 committed by GitHub
parent 45f5b617bb
commit b61169a3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ An `envisalink` section must be present in the `configuration.yaml` file and con
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
envisalink: envisalink:
host: <envisalink IP address> host: <envisalink IP address or hostname>
panel_type: HONEYWELL or DSC panel_type: HONEYWELL or DSC
user_name: YOUR_USERNAME user_name: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
@ -54,7 +54,7 @@ envisalink:
{% configuration %} {% configuration %}
host: host:
description: The IP address of the Envisalink device on your home network. description: The IP address or hostname (host.fqdn.tld) of the Envisalink device on your home network.
required: true required: true
type: string type: string
panel_type: panel_type: