Skip to content

Commit

Permalink
fix: add logger to debug rest api #21
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 27, 2024
1 parent 76ceaff commit 625259f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/yerushamayim/weather.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Weather platform for Yerushamayim integration."""
from __future__ import annotations

import logging

from homeassistant.components.weather import (
WeatherEntity,
WeatherEntityFeature,
Expand Down

0 comments on commit 625259f

Please sign in to comment.