diff --git a/atom.xml b/atom.xml index e1b98faf8b..f314f77050 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Access-Control-Allow-Origin
header to the Origin header if it is found in the list, and the Access-Control-Allow-Headers
to Origin, Accept, X-Requested-With, Content-type, X-HA-access
.The Set up encryption using Let’s Encrypt blog post gives you details about the encryption of your traffic using free certificates from Let’s Encrypt.
diff --git a/developers/rest_api/index.html b/developers/rest_api/index.html index e23496e790..cae79f7c5a 100644 --- a/developers/rest_api/index.html +++ b/developers/rest_api/index.html @@ -195,6 +195,28 @@ You can append?api_password=YOUR_PASSWORD
to any url to log in aut
+Returns basic information about the Home Assistant instance as JSON.
+ +{ + "base_url": "http://127.0.0.1:8123", + "location_name": "Home", + "requires_api_password": true, + "version": "0.20.0.dev0" +} +
Sample curl
command:
$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" http://localhost:8123/api/discovery_info +
Returns all data needed to bootstrap Home Assistant.
diff --git a/sitemap.xml b/sitemap.xml index 543effc945..cd51a63d18 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1587,26 +1587,26 @@