mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add missing vacuum toggle service description (#106729)
This commit is contained in:
parent
969f9e2e3f
commit
82b15d9e38
@ -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:
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user