mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add neato dismiss alert button (#28395)
* Add neato dismiss alert button * fixup! Add neato dismiss alert button Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
a0dd99117f
commit
ef64e48267
@ -5,6 +5,7 @@ ha_category:
|
||||
- Camera
|
||||
- Sensor
|
||||
- Switch
|
||||
- Button
|
||||
- Vacuum
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_release: 0.33
|
||||
@ -17,6 +18,7 @@ ha_platforms:
|
||||
- camera
|
||||
- sensor
|
||||
- switch
|
||||
- button
|
||||
- vacuum
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -28,6 +30,7 @@ There is support for the following platform types within Home Assistant:
|
||||
- **Camera** - allows you to view the latest cleaning map.
|
||||
- **Sensor** - allows you to view the battery level.
|
||||
- **Switch** - allows you to enable or disable the schedule.
|
||||
- [**Button**](#button) - allows you to dismiss an alert visible in the app.
|
||||
- [**Vacuum**](#vacuum)
|
||||
|
||||
## Prerequisites
|
||||
@ -73,6 +76,10 @@ After the update to firmware 4.0 (which adds cleaning maps) there is also suppor
|
||||
|
||||
</div>
|
||||
|
||||
## Button
|
||||
|
||||
Each `neato` vacuum has a _Dismiss alert_ button. This allows to dismiss an alert visible in the app (e.g. dust bin full) and preventing the vacuum to start cleaning.
|
||||
|
||||
## Vacuum
|
||||
|
||||
The `neato` vacuum platform allows you to control your [Neato Botvac Connected][botvac-connected].
|
||||
|
Loading…
x
Reference in New Issue
Block a user