Skip to content

Commit c06ea6a

Browse files
jabesqfabaff
authored andcommitted
Refactor Neato Botvac components into a vacuum (home-assistant#3674)
* Refactor Neato Botvac components into a vacuum + Minor fixes Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com> * Add redirect and note
1 parent 45483ed commit c06ea6a

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
lines changed

source/_components/camera.neato.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ha_iot_class: "Cloud Polling"
1414
---
1515

1616

17-
The `neato` camera platform allows you to view the latest cleaning map of your [Neato Botvac Connected]
18-
(https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
19-
20-
The requirement is that you have setup your [Neato hub](/components/neato/).
17+
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/).
2118

19+
To add `neato` camera to your installation, follow instructions in [Neato component](/components/neato/).

source/_components/sensor.neato.markdown

Lines changed: 0 additions & 19 deletions
This file was deleted.

source/_components/switch.neato.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ha_category: Switch
1212
ha_release: 0.31
1313
---
1414

15-
The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
15+
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/).
1616

1717
To add `neato` switch to your installation, follow instructions in [Neato component](/components/neato/).
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: page
3+
title: "Neato Robotics Vacuum"
4+
description: "Instructions how to integrate a Neato Botvac Connected Vacuum within Home Assistant."
5+
date: 2017-10-18 16:11
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: neato.png
11+
ha_category: Vacuum
12+
ha_release: 0.57
13+
ha_iot_class: "Cloud Polling"
14+
redirect_from: /components/sensor.neato/
15+
---
16+
17+
<p class='note'>
18+
Starting with 0.57 the `neato` sensor was migrated to a vacuum platform.
19+
</p>
20+
21+
The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
22+
The status will contain attributes on the robots last clean session.
23+
24+
To add `neato` sensors to your installation, follow instructions in [Neato component](/components/neato/).

0 commit comments

Comments
 (0)