Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Versions from 0.40 and up
## Ongoing

- Implement translation for added homeassistantError raise message via PR [#948](https://github.com/plugwise/plugwise-beta/pull/948)
- Line up strings with Core Plugwise strings via PR [#954](https://github.com/plugwise/plugwise-beta/pull/954)

## v0.60.0

Expand Down
12 changes: 6 additions & 6 deletions custom_components/plugwise/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"name": "Electricity consumed peak interval"
},
"electricity_consumed_off_peak_interval": {
"name": "Electricity consumed off peak interval"
"name": "Electricity consumed off-peak interval"
},
"electricity_produced_interval": {
"name": "Electricity produced interval"
Expand All @@ -203,28 +203,28 @@
"name": "Electricity produced peak interval"
},
"electricity_produced_off_peak_interval": {
"name": "Electricity produced off peak interval"
"name": "Electricity produced off-peak interval"
},
"electricity_consumed_off_peak_point": {
"name": "Electricity consumed off peak point"
"name": "Electricity consumed off-peak point"
},
"electricity_consumed_peak_point": {
"name": "Electricity consumed peak point"
},
"electricity_consumed_off_peak_cumulative": {
"name": "Electricity consumed off peak cumulative"
"name": "Electricity consumed off-peak cumulative"
},
"electricity_consumed_peak_cumulative": {
"name": "Electricity consumed peak cumulative"
},
"electricity_produced_off_peak_point": {
"name": "Electricity produced off peak point"
"name": "Electricity produced off-peak point"
},
"electricity_produced_peak_point": {
"name": "Electricity produced peak point"
},
"electricity_produced_off_peak_cumulative": {
"name": "Electricity produced off peak cumulative"
"name": "Electricity produced off-peak cumulative"
},
"electricity_produced_peak_cumulative": {
"name": "Electricity produced peak cumulative"
Expand Down
12 changes: 6 additions & 6 deletions custom_components/plugwise/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@
"name": "Electricity consumed interval"
},
"electricity_consumed_off_peak_cumulative": {
"name": "Electricity consumed off peak cumulative"
"name": "Electricity consumed off-peak cumulative"
},
"electricity_consumed_off_peak_interval": {
"name": "Electricity consumed off peak interval"
"name": "Electricity consumed off-peak interval"
},
"electricity_consumed_off_peak_point": {
"name": "Electricity consumed off peak point"
"name": "Electricity consumed off-peak point"
},
"electricity_consumed_peak_cumulative": {
"name": "Electricity consumed peak cumulative"
Expand Down Expand Up @@ -192,13 +192,13 @@
"name": "Electricity produced interval"
},
"electricity_produced_off_peak_cumulative": {
"name": "Electricity produced off peak cumulative"
"name": "Electricity produced off-peak cumulative"
},
"electricity_produced_off_peak_interval": {
"name": "Electricity produced off peak interval"
"name": "Electricity produced off-peak interval"
},
"electricity_produced_off_peak_point": {
"name": "Electricity produced off peak point"
"name": "Electricity produced off-peak point"
},
"electricity_produced_peak_cumulative": {
"name": "Electricity produced peak cumulative"
Expand Down
Loading
Loading