Use common states for "Auto" and "Manual" in smartthings (#142976)

This commit is contained in:
Norbert Rittel 2025-04-16 22:28:34 +02:00 committed by GitHub
parent fa75b477e9
commit 49ad9a8bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
},