|
139 | 139 | "selector": { |
140 | 140 | "device_class": { |
141 | 141 | "options": { |
| 142 | + "absolute_humidity": "[%key:component::sensor::entity_component::absolute_humidity::name%]", |
142 | 143 | "apparent_power": "[%key:component::sensor::entity_component::apparent_power::name%]", |
143 | 144 | "aqi": "[%key:component::sensor::entity_component::aqi::name%]", |
144 | 145 | "area": "[%key:component::sensor::entity_component::area::name%]", |
|
155 | 156 | "distance": "[%key:component::sensor::entity_component::distance::name%]", |
156 | 157 | "duration": "[%key:component::sensor::entity_component::duration::name%]", |
157 | 158 | "energy": "[%key:component::sensor::entity_component::energy::name%]", |
| 159 | + "energy_distance": "[%key:component::sensor::entity_component::energy_distance::name%]", |
158 | 160 | "energy_storage": "[%key:component::sensor::entity_component::energy_storage::name%]", |
159 | 161 | "frequency": "[%key:component::sensor::entity_component::frequency::name%]", |
160 | 162 | "gas": "[%key:component::sensor::entity_component::gas::name%]", |
|
184 | 186 | "temperature": "[%key:component::sensor::entity_component::temperature::name%]", |
185 | 187 | "timestamp": "[%key:component::sensor::entity_component::timestamp::name%]", |
186 | 188 | "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%]", |
188 | 190 | "voltage": "[%key:component::sensor::entity_component::voltage::name%]", |
189 | 191 | "volume": "[%key:component::sensor::entity_component::volume::name%]", |
190 | 192 | "volume_flow_rate": "[%key:component::sensor::entity_component::volume_flow_rate::name%]", |
191 | 193 | "volume_storage": "[%key:component::sensor::entity_component::volume_storage::name%]", |
192 | 194 | "water": "[%key:component::sensor::entity_component::water::name%]", |
193 | 195 | "weight": "[%key:component::sensor::entity_component::weight::name%]", |
| 196 | + "wind_direction": "[%key:component::sensor::entity_component::wind_direction::name%]", |
194 | 197 | "wind_speed": "[%key:component::sensor::entity_component::wind_speed::name%]" |
195 | 198 | } |
196 | 199 | }, |
|
0 commit comments