Skip to content

Commit

Permalink
Update weather.py to fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makin-Things authored Jun 13, 2024
1 parent d1fb35f commit 047f571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bureau_of_meteorology/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import datetime, tzinfo

import iso8601
import zoneifo
import zoneinfo
from homeassistant.components.weather import Forecast, WeatherEntity, WeatherEntityFeature
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import UnitOfSpeed, UnitOfTemperature
Expand Down

0 comments on commit 047f571

Please sign in to comment.