Add output

This commit is contained in:
Fabian Affolter 2016-08-20 15:31:00 +02:00
parent 495dda8faa
commit 4909fa2e30
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -19,3 +19,13 @@ zeroconf:
``` ```
The registration will include metadata about the Home Assistant instance, including a base URL that can be used to access Home Assistant, the currently running Home Assistant version, and whether an API password is needed to access the instance. The registration will include metadata about the Home Assistant instance, including a base URL that can be used to access Home Assistant, the currently running Home Assistant version, and whether an API password is needed to access the instance.
```bash
$ avahi-browse -alr
+ eth0 IPv4 Home _home-assistant._tcp local
= eth0 IPv4 Home _home-assistant._tcp local
hostname = [Home._home-assistant._tcp.local]
address = [192.168.0.5]
port = [8123]
txt = ["version=0.27.0.dev0" "base_url=http://192.168.0.5:8123" "requires_api_password=true"]
```