mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Replace "Stopped" with common state in snoo
(#141788)
* Replace "Stopped" with common state in `snoo` * Replace internal reference with common one
This commit is contained in:
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…
x
Reference in New Issue
Block a user