mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix icon in meteoclimatic wind bearing (#83390)
This commit is contained in:
parent
de352c520c
commit
96e9bf13fe
@ -95,7 +95,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||||||
key="wind_bearing",
|
key="wind_bearing",
|
||||||
name="Wind Bearing",
|
name="Wind Bearing",
|
||||||
native_unit_of_measurement=DEGREE,
|
native_unit_of_measurement=DEGREE,
|
||||||
device_class="mdi:weather-windy",
|
icon="mdi:weather-windy",
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="rain",
|
key="rain",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user