mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Use more common states for ESS and PV in vicare
(#141792)
This commit is contained in:
@@ -362,9 +362,9 @@
|
||||
"ess_state": {
|
||||
"name": "Battery state",
|
||||
"state": {
|
||||
"charge": "Charging",
|
||||
"discharge": "Discharging",
|
||||
"standby": "Standby"
|
||||
"charge": "[%key:common::state::charging%]",
|
||||
"discharge": "[%key:common::state::discharging%]",
|
||||
"standby": "[%key:common::state::standby%]"
|
||||
}
|
||||
},
|
||||
"ess_discharge_today": {
|
||||
@@ -412,7 +412,7 @@
|
||||
"photovoltaic_status": {
|
||||
"name": "PV state",
|
||||
"state": {
|
||||
"ready": "Standby",
|
||||
"ready": "[%key:common::state::standby%]",
|
||||
"production": "Producing"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user