mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Refactor Neato Botvac components into a vacuum (#3674)
* Refactor Neato Botvac components into a vacuum + Minor fixes Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com> * Add redirect and note
This commit is contained in:
parent
45483ed434
commit
c06ea6a8b2
@ -14,8 +14,6 @@ ha_iot_class: "Cloud Polling"
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `neato` camera platform allows you to view the latest cleaning map of your [Neato Botvac Connected]
|
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/).
|
||||||
(https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
|
||||||
|
|
||||||
The requirement is that you have setup your [Neato hub](/components/neato/).
|
|
||||||
|
|
||||||
|
To add `neato` camera to your installation, follow instructions in [Neato component](/components/neato/).
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "Neato Robotics Sensor"
|
|
||||||
description: "Instructions how to integrate a Neato Botvac Connected sensors within Home Assistant."
|
|
||||||
date: 2016-11-09 20:11
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: neato.png
|
|
||||||
ha_category: Sensor
|
|
||||||
ha_release: 0.33
|
|
||||||
ha_iot_class: "Cloud Polling"
|
|
||||||
---
|
|
||||||
|
|
||||||
The `neato` sensor platform allows you to watch status and battery of your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
|
||||||
The status sensor will contain attributes on the robots last clean session.
|
|
||||||
|
|
||||||
To add `neato` sensors to your installation, follow instructions in [Neato component](/components/neato/).
|
|
@ -12,6 +12,6 @@ ha_category: Switch
|
|||||||
ha_release: 0.31
|
ha_release: 0.31
|
||||||
---
|
---
|
||||||
|
|
||||||
The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
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/).
|
To add `neato` switch to your installation, follow instructions in [Neato component](/components/neato/).
|
||||||
|
24
source/_components/vacuum.neato.markdown
Normal file
24
source/_components/vacuum.neato.markdown
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Neato Robotics Vacuum"
|
||||||
|
description: "Instructions 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/
|
||||||
|
---
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
Starting with 0.57 the `neato` sensor was migrated to a vacuum platform.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
|
||||||
|
The status will contain attributes on the robots last clean session.
|
||||||
|
|
||||||
|
To add `neato` sensors to your installation, follow instructions in [Neato component](/components/neato/).
|
Loading…
x
Reference in New Issue
Block a user