From 4909fa2e30f77fe15eb99be7a80224f9a3a3e8a1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Aug 2016 15:31:00 +0200 Subject: [PATCH] Add output --- source/_components/zeroconf.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/zeroconf.markdown b/source/_components/zeroconf.markdown index f243c10dbfc..0dcf8196519 100644 --- a/source/_components/zeroconf.markdown +++ b/source/_components/zeroconf.markdown @@ -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. + +```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"] +```