mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
---
|
|
layout: page
|
|
title: "Neato Robotics"
|
|
description: "Instructions on how to integrate your Neato within Home Assistant."
|
|
date: 2016-10-09 20:15
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: neato.png
|
|
ha_category: Hub
|
|
ha_release: 0.33
|
|
---
|
|
|
|
The `neato` component allows you to control your [Neato Botvac Connected Robots](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
|
|
|
|
To enable `neato` in your installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# 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 %}
|
|
|
|
<p class='note'>
|
|
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](https://support.neatorobotics.com/hc/en-us/articles/115004320694-Software-Update-4-0-for-Neato-Botvac-Connected-D3-D5-).
|
|
</p>
|