Replace "Stopped" with common state in `snoo` (#141788)
* Replace "Stopped" with common state in `snoo` * Replace internal reference with common onepull/140086/head^2
parent
24277259ad
commit
391b3ed1e7
|
@ -71,7 +71,7 @@
|
|||
"level2": "Level 2",
|
||||
"level3": "Level 3",
|
||||
"level4": "Level 4",
|
||||
"stop": "Stopped",
|
||||
"stop": "[%key:common::state::stopped%]",
|
||||
"pretimeout": "Pre-timeout",
|
||||
"timeout": "Timeout"
|
||||
}
|
||||
|
@ -89,7 +89,7 @@
|
|||
"level2": "[%key:component::snoo::entity::sensor::state::state::level2%]",
|
||||
"level3": "[%key:component::snoo::entity::sensor::state::state::level3%]",
|
||||
"level4": "[%key:component::snoo::entity::sensor::state::state::level4%]",
|
||||
"stop": "[%key:component::snoo::entity::sensor::state::state::stop%]"
|
||||
"stop": "[%key:common::state::stopped%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue