mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +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": {
|
||||
"name": "Cleaning mode",
|
||||
"state": {
|
||||
"auto": "Auto",
|
||||
"stop": "[%key:common::action::stop%]",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"manual": "[%key:common::state::manual%]",
|
||||
"part": "Partial",
|
||||
"repeat": "Repeat",
|
||||
"manual": "Manual",
|
||||
"stop": "[%key:common::action::stop%]",
|
||||
"map": "Map"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user