Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed Sep 30, 2023
1 parent 75f8922 commit 0651e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bayernluefter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def on_update_options_listener(hass: HomeAssistant, entry: ConfigEntry):


class BayernluefterDataUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]):
"""Class to manage fetching AccuWeather data API."""
"""Class to manage fetching data from Bayernluefter device."""

_device: Bayernluefter

Expand Down

0 comments on commit 0651e65

Please sign in to comment.