mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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(
|
||||
key="pressureTrend",
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
icon="mdi:gauge",
|
||||
options=["rising", "falling", "steady"],
|
||||
translation_key="pressure_trend",
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user