
* 🔥 Removes octopress.js * 🔥 Removes use of root_url var * 🔥 Removes Octopress generator reference from feed * 🔥 Removes delicious support * 🔥 Removes support for Pinboard * 🔥 Removes support for Disqus * 🔥 Removes support for Google Plus * ↩️ Migrate custom after_footer to default template * ↩️ Migrate custom footer to default template * ↩️ Migrate custom header to default template * 🔥 Removes unused template files * 🚀 Places time to read directly in post template * 🚀 Removes unneeded capture from archive_post.html template * 🔥 🚀 Removes unused, but heaving sorting call in component page * 🚀 Merged javascripts into a single file * 🔥 Removes more uses of root_url * 🚀 Removal of unneeded captures from head * 🔥 🚀 Removal of expensive liquid HTML compressor * 🔥 Removes unneeded templates * 🚀 Replaces kramdown with GitHub's CommonMark 🚀 * 💄 Adds Prism code syntax highlighting * ✨ Adds support for redirect in Netlify * ↩️ 🔥 Let Netlify handle all developer doc redirects * ✏️ Fixes typo in redirects file: Netify -> Netlify * 🔥 Removes unused .themes folder * 🔥 Removes unused aside.html template * 🔥 Removes Disqus config leftover * 🔥 Removes rouge highlighter config * 🔥 Removes Octopress 🎉 * 💄 Adjust code block font size and adds soft wraps * 💄 Adds styling for inline code blocks * 💄 Improve styling of note/warning/info boxes + div support * 🔨 Rewrites all note/warning/info boxes
4.7 KiB
title, description, logo, ha_category, ha_release, redirect_from
title | description | logo | ha_category | ha_release | redirect_from | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Neato Robotics | Instructions on how to integrate your Neato within Home Assistant. | neato.png |
|
0.33 |
|
The neato
integration allows you to control your Neato Botvac Connected Robots.
To enable neato
in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
neato:
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: Username for the Neato account. required: true type: string password: description: Password for the Neato account. required: true type: string {% endconfiguration %}
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. More information on how to update can be found here.
Vacuum
The neato
vacuum platform allows you to control your Neato Botvac Connected.
The status will contain attributes on the robots last clean session.
Services
Currently supported services are:
start
pause
stop
return_to_base
locate
spot_clean
And a specific Platform Service:
vacuum.neato_custom_cleaning
Platform Services
Service vacuum.neato_custom_cleaning
Starts a custom cleaning of your house. You can set the various options like in the mobile application (mode, map usage, navigation mode, zone).
Not all Botvac models support all the attributes. Only the Neato Botvac D7 supports the zone
attribute.
Some information about the capabilities might be found on the Neato Developer Portal.
Service data attribute | Optional | Description |
---|---|---|
entity_id |
no | Only act on a specific robot |
mode |
yes | Set the cleaning mode: 1 for eco and 2 for turbo. Defaults to turbo if not set. |
navigation |
yes | Set the navigation mode: 1 for normal, 2 for extra care, 3 for deep. Defaults to normal if not set. Deep cleaning is only supported on the Botvac D7. |
category |
yes | Whether to use a persistent map or not for cleaning (i.e. No go lines): 2 for no map, 4 for map. Default to using map if not set (and fallback to no map if no map is found). |
zone |
yes | Only supported on the Botvac D7. Name of the zone to clean from the Neato app. Use unique names for the zones to avoid the wrong zone from running. Defaults to no zone i.e. complete house cleanup. |
Camera
The neato
camera platform allows you to view the latest cleaning map of your Neato Botvac Connected.
Switch
The neato
switch platform allows you to enable or disable the schedule of your Neato Botvac Connected.
To add neato
switch, camera and vacuum to your installation, follow instructions above.