diff --git a/atom.xml b/atom.xml index 1065d3f6cf..9d626e3b13 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The Home Assistant Neato platform has not been tested with all models of Botvac.
-BotVac Model | -Tested | -
---|---|
Botvac Connected | -SUCCESS | -
Botvac D3 Connected (firmware 4.0+) | -PARTIALLY WORKING | -
Botvac D5 Connected (firmware 4.0+) | -PARTIALLY WORKING | -
Botvac D7 Connected | -SUCCESS | -
After the update to firmware 4.0 (which adds cleaning maps) there is also support for displaying the maps of the Botvac D3 Connected and Botvac D5 Connected robots. The start/stop functionality does not work. More information on how to update here: https://support.neatorobotics.com/hc/en-us/articles/115004320694-Software-Update-4-0-for-Neato-Botvac-Connected-D3-D5-
diff --git a/developers/hassio/addon_communication/index.html b/developers/hassio/addon_communication/index.html index 01964b9c1b..5ab4abc421 100644 --- a/developers/hassio/addon_communication/index.html +++ b/developers/hassio/addon_communication/index.html @@ -84,7 +84,7 @@It is also possible to speak direct to the Home Assistant instance which is named homeassistant
over our internal network. But you need to know the configuration that is used by the running instance.
We have severals services for Hass.io inside Home Assistant to execute tasks. To send data over STDIN to an add-on use the simply hassio.addon_stdin
service.
To enables calls to the Hass.io API, add hassio_api: true
to config.json
and read the environment variable API_TOKEN
. Now you can use the API over the URL: http://hassio/
. Use the HASSIO_TOKEN
with header X-HASSIO-KEY
.
To enables calls to the Hass.io API, add hassio_api: true
to config.json
and read the environment variable HASSIO_TOKEN
. Now you can use the API over the URL: http://hassio/
. Use the HASSIO_TOKEN
with header X-HASSIO-KEY
.