mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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:
parent
45f5b617bb
commit
b61169a3af
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user