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:
Norbert Rittel 2025-03-30 11:57:15 +02:00 committed by GitHub
parent 24277259ad
commit 391b3ed1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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