diff --git a/atom.xml b/atom.xml index f6a137ff23..4d14d9b399 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
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. The examples below show two ways to retrieve the details for testing.
$ avahi-browse -alr
+ eth0 IPv4 Home _home-assistant._tcp local
= eth0 IPv4 Home _home-assistant._tcp local
@@ -82,6 +82,15 @@
txt = ["base_url=http://192.168.0.70:8123" "requires_api_password=true" "version=0.41.0"]
$ avahi-discover
+Browsing domain 'local' on -1.-1 ...
+Browsing for services of type '_home-assistant._tcp' in domain 'local' on 4.0 ...
+Found service 'Home' of type '_home-assistant._tcp' in domain 'local' on 4.0.
+Service data for service 'Home' of type '_home-assistant._tcp' in domain 'local' on 4.0:
+ Host Home._home-assistant._tcp.local (192.168.0.70), port 8123, TXT data:
+['requires_api_password=true', 'base_url=http://192.168.0.70:8123', 'version=0.41.0']
+
+