Add missing vacuum toggle service description (#106729)

This commit is contained in:
Franck Nijhof 2023-12-30 23:16:06 +01:00
parent 2255f6737c
commit 2179d4de3d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
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."