mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Use more common states for ESS and PV in vicare
(#141792)
This commit is contained in:
parent
65261de7cc
commit
24277259ad
@ -362,9 +362,9 @@
|
|||||||
"ess_state": {
|
"ess_state": {
|
||||||
"name": "Battery state",
|
"name": "Battery state",
|
||||||
"state": {
|
"state": {
|
||||||
"charge": "Charging",
|
"charge": "[%key:common::state::charging%]",
|
||||||
"discharge": "Discharging",
|
"discharge": "[%key:common::state::discharging%]",
|
||||||
"standby": "Standby"
|
"standby": "[%key:common::state::standby%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ess_discharge_today": {
|
"ess_discharge_today": {
|
||||||
@ -412,7 +412,7 @@
|
|||||||
"photovoltaic_status": {
|
"photovoltaic_status": {
|
||||||
"name": "PV state",
|
"name": "PV state",
|
||||||
"state": {
|
"state": {
|
||||||
"ready": "Standby",
|
"ready": "[%key:common::state::standby%]",
|
||||||
"production": "Producing"
|
"production": "Producing"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user