File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export class EnergyViewStrategy extends ReactiveElement {
5656 cards : [
5757 {
5858 type : "heading" ,
59- heading : hass . localize ( "ui.panel.energy.summary_list.energy " ) ,
59+ heading : hass . localize ( "ui.panel.energy.overview.electricity " ) ,
6060 tap_action : {
6161 action : "navigate" ,
6262 navigation_path : "/energy/electricity" ,
@@ -150,7 +150,7 @@ export class EnergyViewStrategy extends ReactiveElement {
150150 cards : [
151151 {
152152 type : "heading" ,
153- heading : hass . localize ( "ui.panel.energy.summary_list .gas" ) ,
153+ heading : hass . localize ( "ui.panel.energy.overview .gas" ) ,
154154 } ,
155155 {
156156 title : hass . localize (
@@ -169,7 +169,7 @@ export class EnergyViewStrategy extends ReactiveElement {
169169 cards : [
170170 {
171171 type : "heading" ,
172- heading : hass . localize ( "ui.panel.energy.summary_list .water" ) ,
172+ heading : hass . localize ( "ui.panel.energy.overview .water" ) ,
173173 } ,
174174 {
175175 title : hass . localize (
Original file line number Diff line number Diff line change 93109310 }
93119311 },
93129312 "energy": {
9313- "summary_list ": {
9314- "energy ": "Energy ",
9313+ "overview ": {
9314+ "electricity ": "Electricity ",
93159315 "gas": "Gas",
93169316 "water": "Water"
93179317 },
You can’t perform that action at this time.
0 commit comments