mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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",
|
||||
name="Wind Bearing",
|
||||
native_unit_of_measurement=DEGREE,
|
||||
device_class="mdi:weather-windy",
|
||||
icon="mdi:weather-windy",
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="rain",
|
||||
|
Loading…
x
Reference in New Issue
Block a user