Replace "Stopped" with common state in smartthings (#141789)

* Replace "Stopped" with common state in `smartthings`

* Replace internal references with common ones
This commit is contained in:
Norbert Rittel 2025-03-30 11:58:17 +02:00 committed by GitHub
parent 391b3ed1e7
commit 5b5efb5aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@
"state": {
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
"pause": "[%key:common::state::paused%]",
"stop": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::stop%]"
"stop": "[%key:common::state::stopped%]"
}
}
},
@ -154,7 +154,7 @@
"state": {
"pause": "[%key:common::state::paused%]",
"run": "Running",
"stop": "Stopped"
"stop": "[%key:common::state::stopped%]"
}
},
"dishwasher_job_state": {
@ -183,7 +183,7 @@
"state": {
"pause": "[%key:common::state::paused%]",
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
"stop": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::stop%]"
"stop": "[%key:common::state::stopped%]"
}
},
"dryer_job_state": {
@ -441,7 +441,7 @@
"state": {
"pause": "[%key:common::state::paused%]",
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
"stop": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::stop%]"
"stop": "[%key:common::state::stopped%]"
}
},
"washer_job_state": {