Skip to content

Commit

Permalink
Adds titles for the new imported/exported meters (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
maljun authored Nov 18, 2024
1 parent 34abd90 commit 6d37b82
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,16 @@
"title": {
"en": "Current phase 3"
}
},
"meter_power.imported": {
"title": {
"en": "Imported"
}
},
"meter_power.exported": {
"title": {
"en": "Exported"
}
}
},
"class": "other",
Expand Down Expand Up @@ -1487,6 +1497,16 @@
"title": {
"en": "Current phase 3"
}
},
"meter_power.imported": {
"title": {
"en": "Imported"
}
},
"meter_power.exported": {
"title": {
"en": "Exported"
}
}
},
"class": "other",
Expand Down
10 changes: 10 additions & 0 deletions drivers/pulse/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"title": {
"en": "Current phase 3"
}
},
"meter_power.imported": {
"title": {
"en": "Imported"
}
},
"meter_power.exported": {
"title": {
"en": "Exported"
}
}
},
"class": "other",
Expand Down
10 changes: 10 additions & 0 deletions drivers/watty/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"title": {
"en": "Current phase 3"
}
},
"meter_power.imported": {
"title": {
"en": "Imported"
}
},
"meter_power.exported": {
"title": {
"en": "Exported"
}
}
},
"class": "other",
Expand Down

0 comments on commit 6d37b82

Please sign in to comment.