Skip to content

Commit

Permalink
Merge pull request #7 from gieljnssns/buienalarmdata
Browse files Browse the repository at this point in the history
remove print
  • Loading branch information
gieljnssns authored Jun 16, 2020
2 parents 349da59 + 897e782 commit 7097a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/buienalarm/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def update(self):

elif self.type == "next_rain_forecast":
p_forecast = self.ba_data.forecast
print(p_forecast)
next_rain_minutes = -1
periods = -1
for precip in p_forecast:
Expand Down

0 comments on commit 7097a4d

Please sign in to comment.