mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
🚜 Merges/Redirect Neato component pages (#8328)
This commit is contained in:
parent
f378f89c87
commit
d5095bf320
@ -1,18 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Neato Camera"
|
||||
description: "Instructions on how to setup the Neato cleaning maps within Home Assistant."
|
||||
date: 2017-04-05 13:10
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: neato.png
|
||||
ha_category: Camera
|
||||
ha_release: 0.42
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `neato` camera platform allows you to view the latest cleaning map of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
||||
|
||||
To add `neato` camera to your installation, follow instructions in [Neato component](/components/neato/).
|
@ -8,8 +8,15 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: neato.png
|
||||
ha_category: Hub
|
||||
ha_category:
|
||||
- Camera
|
||||
- Switch
|
||||
- Vacuum
|
||||
ha_release: 0.33
|
||||
redirect_from:
|
||||
- /components/camera.neato/
|
||||
- /components/switch.neato/
|
||||
- /components/vacuum.neato/
|
||||
---
|
||||
|
||||
The `neato` component allows you to control your [Neato Botvac Connected Robots](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
|
||||
@ -37,3 +44,33 @@ password:
|
||||
<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>
|
||||
|
||||
## {% linkable_title Vacuum %}
|
||||
|
||||
The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
|
||||
The status will contain attributes on the robots last clean session.
|
||||
|
||||
<p class='note'>
|
||||
If you notice the robot stops responding to commands check the state to see if the robot is "unavailable". If you see "unavailable" first try to restart the vacuum and wait about 5 minutes to see if it is no longer "unavailable". If you are still having issues check the Neato app and make sure your robot is connected and working. If it is not then follow the steps in the app to reset your robot and give it the same name as before then restart Home Assistant.
|
||||
</p>
|
||||
|
||||
### {% linkable_title Configuration %}
|
||||
|
||||
Currently supported services are:
|
||||
|
||||
- `start`
|
||||
- `pause`
|
||||
- `stop`
|
||||
- `return_to_base`
|
||||
- `locate`
|
||||
- `spot_clean`
|
||||
|
||||
## {% linkable_title Camera %}
|
||||
|
||||
The `neato` camera platform allows you to view the latest cleaning map of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
||||
|
||||
## {% linkable_title Switch %}
|
||||
|
||||
The `neato` switch platform allows you to enable or disable the schedule of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
||||
|
||||
To add `neato` switch, camera and vacuum to your installation, follow instructions above.
|
@ -1,17 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Neato Robotics Switch"
|
||||
description: "Instructions on how to integrate a Neato Botvac Connected switch within Home Assistant."
|
||||
date: 2016-10-19 17:10
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: neato.png
|
||||
ha_category: Switch
|
||||
ha_release: 0.31
|
||||
---
|
||||
|
||||
The `neato` switch platform allows you to enable or disable the schedule of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
||||
|
||||
To add `neato` switch to your installation, follow instructions in [Neato component](/components/neato/).
|
@ -1,35 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Neato Robotics Vacuum"
|
||||
description: "Instructions on how to integrate a Neato Botvac Connected Vacuum within Home Assistant."
|
||||
date: 2017-10-18 16:11
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: neato.png
|
||||
ha_category: Vacuum
|
||||
ha_release: 0.57
|
||||
ha_iot_class: "Cloud Polling"
|
||||
redirect_from: /components/sensor.neato/
|
||||
---
|
||||
|
||||
The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/).
|
||||
The status will contain attributes on the robots last clean session.
|
||||
|
||||
<p class='note'>
|
||||
If you notice the robot stops responding to commands check the state to see if the robot is "unavailable". If you see "unavailable" first try to restart the vacuum and wait about 5 minutes to see if it is no longer "unavailable". If you are still having issues check the Neato app and make sure your robot is connected and working. If it is not then follow the steps in the app to reset your robot and give it the same name as before then restart Home Assistant.
|
||||
</p>
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To add `neato` vacuum to your installation, please follow instructions in [Neato component](/components/neato/).
|
||||
|
||||
Currently supported services are:
|
||||
|
||||
- `start`
|
||||
- `pause`
|
||||
- `stop`
|
||||
- `return_to_base`
|
||||
- `locate`
|
||||
- `spot_clean`
|
Loading…
x
Reference in New Issue
Block a user