Skip to content

Commit 8562c8d

Browse files
authored
Add translations for recently introduced device classes to scrape (home-assistant#149822)
1 parent ae42d71 commit 8562c8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

homeassistant/components/scrape/strings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"selector": {
140140
"device_class": {
141141
"options": {
142+
"absolute_humidity": "[%key:component::sensor::entity_component::absolute_humidity::name%]",
142143
"apparent_power": "[%key:component::sensor::entity_component::apparent_power::name%]",
143144
"aqi": "[%key:component::sensor::entity_component::aqi::name%]",
144145
"area": "[%key:component::sensor::entity_component::area::name%]",
@@ -155,6 +156,7 @@
155156
"distance": "[%key:component::sensor::entity_component::distance::name%]",
156157
"duration": "[%key:component::sensor::entity_component::duration::name%]",
157158
"energy": "[%key:component::sensor::entity_component::energy::name%]",
159+
"energy_distance": "[%key:component::sensor::entity_component::energy_distance::name%]",
158160
"energy_storage": "[%key:component::sensor::entity_component::energy_storage::name%]",
159161
"frequency": "[%key:component::sensor::entity_component::frequency::name%]",
160162
"gas": "[%key:component::sensor::entity_component::gas::name%]",
@@ -184,13 +186,14 @@
184186
"temperature": "[%key:component::sensor::entity_component::temperature::name%]",
185187
"timestamp": "[%key:component::sensor::entity_component::timestamp::name%]",
186188
"volatile_organic_compounds": "[%key:component::sensor::entity_component::volatile_organic_compounds::name%]",
187-
"volatile_organic_compounds_parts": "[%key:component::sensor::entity_component::volatile_organic_compounds::name%]",
189+
"volatile_organic_compounds_parts": "[%key:component::sensor::entity_component::volatile_organic_compounds_parts::name%]",
188190
"voltage": "[%key:component::sensor::entity_component::voltage::name%]",
189191
"volume": "[%key:component::sensor::entity_component::volume::name%]",
190192
"volume_flow_rate": "[%key:component::sensor::entity_component::volume_flow_rate::name%]",
191193
"volume_storage": "[%key:component::sensor::entity_component::volume_storage::name%]",
192194
"water": "[%key:component::sensor::entity_component::water::name%]",
193195
"weight": "[%key:component::sensor::entity_component::weight::name%]",
196+
"wind_direction": "[%key:component::sensor::entity_component::wind_direction::name%]",
194197
"wind_speed": "[%key:component::sensor::entity_component::wind_speed::name%]"
195198
}
196199
},

0 commit comments

Comments
 (0)