Add missing vacuum toggle service description (#106729)

This commit is contained in:
Franck Nijhof 2023-12-30 23:16:06 +01:00 committed by GitHub
parent 969f9e2e3f
commit 82b15d9e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,14 @@ turn_off:
supported_features:
- vacuum.VacuumEntityFeature.TURN_OFF
toggle:
target:
entity:
domain: vacuum
supported_features:
- vacuum.VacuumEntityFeature.TURN_OFF
- vacuum.VacuumEntityFeature.TURN_ON
stop:
target:
entity:

View File

@ -48,6 +48,10 @@
"name": "[%key:common::action::turn_off%]",
"description": "Stops the current cleaning task and returns to its dock."
},
"toggle": {
"name": "[%key:common::action::toggle%]",
"description": "Toggles the vacuum cleaner on/off."
},
"stop": {
"name": "[%key:common::action::stop%]",
"description": "Stops the current cleaning task."