Skip to content

Commit bfb6270

Browse files
authored
Add missing translation strings for added sensor device classes pm4 and reactive energy (home-assistant#153215)
1 parent ca3f2ee commit bfb6270

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

homeassistant/components/mqtt/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,13 +1235,15 @@
12351235
"ozone": "[%key:component::sensor::entity_component::ozone::name%]",
12361236
"ph": "[%key:component::sensor::entity_component::ph::name%]",
12371237
"pm1": "[%key:component::sensor::entity_component::pm1::name%]",
1238+
"pm4": "[%key:component::sensor::entity_component::pm4::name%]",
12381239
"pm10": "[%key:component::sensor::entity_component::pm10::name%]",
12391240
"pm25": "[%key:component::sensor::entity_component::pm25::name%]",
12401241
"power": "[%key:component::sensor::entity_component::power::name%]",
12411242
"power_factor": "[%key:component::sensor::entity_component::power_factor::name%]",
12421243
"precipitation": "[%key:component::sensor::entity_component::precipitation::name%]",
12431244
"precipitation_intensity": "[%key:component::sensor::entity_component::precipitation_intensity::name%]",
12441245
"pressure": "[%key:component::sensor::entity_component::pressure::name%]",
1246+
"reactive_energy": "[%key:component::sensor::entity_component::reactive_energy::name%]",
12451247
"reactive_power": "[%key:component::sensor::entity_component::reactive_power::name%]",
12461248
"signal_strength": "[%key:component::sensor::entity_component::signal_strength::name%]",
12471249
"sound_pressure": "[%key:component::sensor::entity_component::sound_pressure::name%]",

homeassistant/components/number/strings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
"pm1": {
113113
"name": "[%key:component::sensor::entity_component::pm1::name%]"
114114
},
115+
"pm4": {
116+
"name": "[%key:component::sensor::entity_component::pm4::name%]"
117+
},
115118
"pm10": {
116119
"name": "[%key:component::sensor::entity_component::pm10::name%]"
117120
},

homeassistant/components/random/strings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"ozone": "[%key:component::sensor::entity_component::ozone::name%]",
115115
"ph": "[%key:component::sensor::entity_component::ph::name%]",
116116
"pm1": "[%key:component::sensor::entity_component::pm1::name%]",
117+
"pm4": "[%key:component::sensor::entity_component::pm4::name%]",
117118
"pm10": "[%key:component::sensor::entity_component::pm10::name%]",
118119
"pm25": "[%key:component::sensor::entity_component::pm25::name%]",
119120
"power": "[%key:component::sensor::entity_component::power::name%]",

homeassistant/components/scrape/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,15 @@
171171
"ozone": "[%key:component::sensor::entity_component::ozone::name%]",
172172
"ph": "[%key:component::sensor::entity_component::ph::name%]",
173173
"pm1": "[%key:component::sensor::entity_component::pm1::name%]",
174+
"pm4": "[%key:component::sensor::entity_component::pm4::name%]",
174175
"pm10": "[%key:component::sensor::entity_component::pm10::name%]",
175176
"pm25": "[%key:component::sensor::entity_component::pm25::name%]",
176177
"power": "[%key:component::sensor::entity_component::power::name%]",
177178
"power_factor": "[%key:component::sensor::entity_component::power_factor::name%]",
178179
"precipitation": "[%key:component::sensor::entity_component::precipitation::name%]",
179180
"precipitation_intensity": "[%key:component::sensor::entity_component::precipitation_intensity::name%]",
180181
"pressure": "[%key:component::sensor::entity_component::pressure::name%]",
182+
"reactive_energy": "[%key:component::sensor::entity_component::reactive_energy::name%]",
181183
"reactive_power": "[%key:component::sensor::entity_component::reactive_power::name%]",
182184
"signal_strength": "[%key:component::sensor::entity_component::signal_strength::name%]",
183185
"sound_pressure": "[%key:component::sensor::entity_component::sound_pressure::name%]",

homeassistant/components/sensor/strings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@
245245
"pm1": {
246246
"name": "PM1"
247247
},
248+
"pm4": {
249+
"name": "PM4"
250+
},
248251
"pm10": {
249252
"name": "PM10"
250253
},

homeassistant/components/sql/strings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"ozone": "[%key:component::sensor::entity_component::ozone::name%]",
126126
"ph": "[%key:component::sensor::entity_component::ph::name%]",
127127
"pm1": "[%key:component::sensor::entity_component::pm1::name%]",
128+
"pm4": "[%key:component::sensor::entity_component::pm4::name%]",
128129
"pm10": "[%key:component::sensor::entity_component::pm10::name%]",
129130
"pm25": "[%key:component::sensor::entity_component::pm25::name%]",
130131
"power": "[%key:component::sensor::entity_component::power::name%]",

homeassistant/components/template/strings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@
10831083
"ozone": "[%key:component::sensor::entity_component::ozone::name%]",
10841084
"ph": "[%key:component::sensor::entity_component::ph::name%]",
10851085
"pm1": "[%key:component::sensor::entity_component::pm1::name%]",
1086+
"pm4": "[%key:component::sensor::entity_component::pm4::name%]",
10861087
"pm10": "[%key:component::sensor::entity_component::pm10::name%]",
10871088
"pm25": "[%key:component::sensor::entity_component::pm25::name%]",
10881089
"power": "[%key:component::sensor::entity_component::power::name%]",

0 commit comments

Comments
 (0)