mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Use (new) common state "Full" in overkiz
(#147848)
Use (new) common state "Full"
This commit is contained in:
parent
4f7348b8bc
commit
a180cabea9
@ -123,7 +123,7 @@
|
|||||||
"sensor": {
|
"sensor": {
|
||||||
"battery": {
|
"battery": {
|
||||||
"state": {
|
"state": {
|
||||||
"full": "Full",
|
"full": "[%key:common::state::full%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"normal": "[%key:common::state::normal%]",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"medium": "[%key:common::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user