mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Use common states for "Auto" and "Manual" in smartthings
(#142976)
This commit is contained in:
parent
fa75b477e9
commit
49ad9a8bd5
@ -354,11 +354,11 @@
|
|||||||
"robot_cleaner_cleaning_mode": {
|
"robot_cleaner_cleaning_mode": {
|
||||||
"name": "Cleaning mode",
|
"name": "Cleaning mode",
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "Auto",
|
"stop": "[%key:common::action::stop%]",
|
||||||
|
"auto": "[%key:common::state::auto%]",
|
||||||
|
"manual": "[%key:common::state::manual%]",
|
||||||
"part": "Partial",
|
"part": "Partial",
|
||||||
"repeat": "Repeat",
|
"repeat": "Repeat",
|
||||||
"manual": "Manual",
|
|
||||||
"stop": "[%key:common::action::stop%]",
|
|
||||||
"map": "Map"
|
"map": "Map"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user