diff --git a/custom_components/bom_forecast/sensor.py b/custom_components/bom_forecast/sensor.py index 0a4ba0c..39c8472 100644 --- a/custom_components/bom_forecast/sensor.py +++ b/custom_components/bom_forecast/sensor.py @@ -179,7 +179,7 @@ ICON_MAPPING = { '1': 'mdi:weather-sunny', '2': 'mdi:weather-night', - '3': 'mdi:weather-partlycloudy', + '3': 'mdi:weather-partly-cloudy', '4': 'mdi:weather-cloudy', '6': 'mdi:weather-sunset', '8': 'mdi:weather-rainy',