mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +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:
|
supported_features:
|
||||||
- vacuum.VacuumEntityFeature.TURN_OFF
|
- vacuum.VacuumEntityFeature.TURN_OFF
|
||||||
|
|
||||||
|
toggle:
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
domain: vacuum
|
||||||
|
supported_features:
|
||||||
|
- vacuum.VacuumEntityFeature.TURN_OFF
|
||||||
|
- vacuum.VacuumEntityFeature.TURN_ON
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
|
@ -48,6 +48,10 @@
|
|||||||
"name": "[%key:common::action::turn_off%]",
|
"name": "[%key:common::action::turn_off%]",
|
||||||
"description": "Stops the current cleaning task and returns to its dock."
|
"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": {
|
"stop": {
|
||||||
"name": "[%key:common::action::stop%]",
|
"name": "[%key:common::action::stop%]",
|
||||||
"description": "Stops the current cleaning task."
|
"description": "Stops the current cleaning task."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user