mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add icon translations to Weatherkit (#112354)
This commit is contained in:
parent
835cce4de9
commit
0b6d004b9c
9
homeassistant/components/weatherkit/icons.json
Normal file
9
homeassistant/components/weatherkit/icons.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"pressure_trend": {
|
||||||
|
"default": "mdi:gauge"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -28,7 +28,6 @@ SENSORS = (
|
|||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="pressureTrend",
|
key="pressureTrend",
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
icon="mdi:gauge",
|
|
||||||
options=["rising", "falling", "steady"],
|
options=["rising", "falling", "steady"],
|
||||||
translation_key="pressure_trend",
|
translation_key="pressure_trend",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user