Skip to content

Commit 4909fa2

Browse files
committed
Add output
1 parent 495dda8 commit 4909fa2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_components/zeroconf.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ zeroconf:
1919
```
2020
2121
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.
22+
23+
```bash
24+
$ avahi-browse -alr
25+
+ eth0 IPv4 Home _home-assistant._tcp local
26+
= eth0 IPv4 Home _home-assistant._tcp local
27+
hostname = [Home._home-assistant._tcp.local]
28+
address = [192.168.0.5]
29+
port = [8123]
30+
txt = ["version=0.27.0.dev0" "base_url=http://192.168.0.5:8123" "requires_api_password=true"]
31+
```

0 commit comments

Comments
 (0)