mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add more missing device_class translations for template helper (#144399)
This commit is contained in:
parent
293e01f2e9
commit
48a2dde16b
@ -290,6 +290,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"apparent_power": "[%key:component::sensor::entity_component::apparent_power::name%]",
|
"apparent_power": "[%key:component::sensor::entity_component::apparent_power::name%]",
|
||||||
"aqi": "[%key:component::sensor::entity_component::aqi::name%]",
|
"aqi": "[%key:component::sensor::entity_component::aqi::name%]",
|
||||||
|
"area": "[%key:component::sensor::entity_component::area::name%]",
|
||||||
"atmospheric_pressure": "[%key:component::sensor::entity_component::atmospheric_pressure::name%]",
|
"atmospheric_pressure": "[%key:component::sensor::entity_component::atmospheric_pressure::name%]",
|
||||||
"battery": "[%key:component::sensor::entity_component::battery::name%]",
|
"battery": "[%key:component::sensor::entity_component::battery::name%]",
|
||||||
"blood_glucose_concentration": "[%key:component::sensor::entity_component::blood_glucose_concentration::name%]",
|
"blood_glucose_concentration": "[%key:component::sensor::entity_component::blood_glucose_concentration::name%]",
|
||||||
@ -340,6 +341,7 @@
|
|||||||
"volume_storage": "[%key:component::sensor::entity_component::volume_storage::name%]",
|
"volume_storage": "[%key:component::sensor::entity_component::volume_storage::name%]",
|
||||||
"water": "[%key:component::sensor::entity_component::water::name%]",
|
"water": "[%key:component::sensor::entity_component::water::name%]",
|
||||||
"weight": "[%key:component::sensor::entity_component::weight::name%]",
|
"weight": "[%key:component::sensor::entity_component::weight::name%]",
|
||||||
|
"wind_direction": "[%key:component::sensor::entity_component::wind_direction::name%]",
|
||||||
"wind_speed": "[%key:component::sensor::entity_component::wind_speed::name%]"
|
"wind_speed": "[%key:component::sensor::entity_component::wind_speed::name%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user