mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Use common states for "Auto" and "Manual" in smartthings
(#142976)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user