Fix spelling of "off-peak", add common state for "Normal" in plugwise (#142682)

This commit is contained in:
Norbert Rittel 2025-04-12 21:04:05 +02:00 committed by GitHub
parent cba0cf0609
commit 67c0af4c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
"host": "[%key:common::config_flow::data::ip%]", "host": "[%key:common::config_flow::data::ip%]",
"password": "Smile ID", "password": "Smile ID",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
"username": "Smile Username" "username": "Smile username"
}, },
"data_description": { "data_description": {
"password": "The Smile ID printed on the label on the back of your Adam, Smile-T, or P1.", "password": "The Smile ID printed on the label on the back of your Adam, Smile-T, or P1.",
@ -122,7 +122,7 @@
"name": "Gateway mode", "name": "Gateway mode",
"state": { "state": {
"away": "Pause", "away": "Pause",
"full": "Normal", "full": "[%key:common::state::normal%]",
"vacation": "Vacation" "vacation": "Vacation"
} }
}, },
@ -184,7 +184,7 @@
"name": "Electricity consumed peak interval" "name": "Electricity consumed peak interval"
}, },
"electricity_consumed_off_peak_interval": { "electricity_consumed_off_peak_interval": {
"name": "Electricity consumed off peak interval" "name": "Electricity consumed off-peak interval"
}, },
"electricity_produced_interval": { "electricity_produced_interval": {
"name": "Electricity produced interval" "name": "Electricity produced interval"
@ -193,19 +193,19 @@
"name": "Electricity produced peak interval" "name": "Electricity produced peak interval"
}, },
"electricity_produced_off_peak_interval": { "electricity_produced_off_peak_interval": {
"name": "Electricity produced off peak interval" "name": "Electricity produced off-peak interval"
}, },
"electricity_consumed_point": { "electricity_consumed_point": {
"name": "Electricity consumed point" "name": "Electricity consumed point"
}, },
"electricity_consumed_off_peak_point": { "electricity_consumed_off_peak_point": {
"name": "Electricity consumed off peak point" "name": "Electricity consumed off-peak point"
}, },
"electricity_consumed_peak_point": { "electricity_consumed_peak_point": {
"name": "Electricity consumed peak point" "name": "Electricity consumed peak point"
}, },
"electricity_consumed_off_peak_cumulative": { "electricity_consumed_off_peak_cumulative": {
"name": "Electricity consumed off peak cumulative" "name": "Electricity consumed off-peak cumulative"
}, },
"electricity_consumed_peak_cumulative": { "electricity_consumed_peak_cumulative": {
"name": "Electricity consumed peak cumulative" "name": "Electricity consumed peak cumulative"
@ -214,13 +214,13 @@
"name": "Electricity produced point" "name": "Electricity produced point"
}, },
"electricity_produced_off_peak_point": { "electricity_produced_off_peak_point": {
"name": "Electricity produced off peak point" "name": "Electricity produced off-peak point"
}, },
"electricity_produced_peak_point": { "electricity_produced_peak_point": {
"name": "Electricity produced peak point" "name": "Electricity produced peak point"
}, },
"electricity_produced_off_peak_cumulative": { "electricity_produced_off_peak_cumulative": {
"name": "Electricity produced off peak cumulative" "name": "Electricity produced off-peak cumulative"
}, },
"electricity_produced_peak_cumulative": { "electricity_produced_peak_cumulative": {
"name": "Electricity produced peak cumulative" "name": "Electricity produced peak cumulative"