mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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:
parent
391b3ed1e7
commit
5b5efb5aaa
@ -109,7 +109,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
||||||
"pause": "[%key:common::state::paused%]",
|
"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": {
|
"state": {
|
||||||
"pause": "[%key:common::state::paused%]",
|
"pause": "[%key:common::state::paused%]",
|
||||||
"run": "Running",
|
"run": "Running",
|
||||||
"stop": "Stopped"
|
"stop": "[%key:common::state::stopped%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dishwasher_job_state": {
|
"dishwasher_job_state": {
|
||||||
@ -183,7 +183,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"pause": "[%key:common::state::paused%]",
|
"pause": "[%key:common::state::paused%]",
|
||||||
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
"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": {
|
"dryer_job_state": {
|
||||||
@ -441,7 +441,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"pause": "[%key:common::state::paused%]",
|
"pause": "[%key:common::state::paused%]",
|
||||||
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
"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": {
|
"washer_job_state": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user