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:
Massimiliano Cannarozzo 2023-08-08 15:23:13 +02:00 committed by GitHub
parent a0dd99117f
commit ef64e48267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Camera - Camera
- Sensor - Sensor
- Switch - Switch
- Button
- Vacuum - Vacuum
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_release: 0.33 ha_release: 0.33
@ -17,6 +18,7 @@ ha_platforms:
- camera - camera
- sensor - sensor
- switch - switch
- button
- vacuum - vacuum
ha_integration_type: integration 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. - **Camera** - allows you to view the latest cleaning map.
- **Sensor** - allows you to view the battery level. - **Sensor** - allows you to view the battery level.
- **Switch** - allows you to enable or disable the schedule. - **Switch** - allows you to enable or disable the schedule.
- [**Button**](#button) - allows you to dismiss an alert visible in the app.
- [**Vacuum**](#vacuum) - [**Vacuum**](#vacuum)
## Prerequisites ## Prerequisites
@ -73,6 +76,10 @@ After the update to firmware 4.0 (which adds cleaning maps) there is also suppor
</div> </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 ## Vacuum
The `neato` vacuum platform allows you to control your [Neato Botvac Connected][botvac-connected]. The `neato` vacuum platform allows you to control your [Neato Botvac Connected][botvac-connected].