Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Jun 18, 2023
1 parent 033d467 commit a41e0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/stromnetzgraz/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"issue_tracker": "https://github.com/dreautall/ha-stromnetzgraz/issues",
"requirements": ["pandas==2.0.2", "pyJWT==2.7.0", "stromnetzgraz==0.1.5"],
"ssdp": [],
"version": "0.1.9",
"version": "0.1.10",
"zeroconf": []
}
}
2 changes: 1 addition & 1 deletion custom_components/stromnetzgraz/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async def _insert_statistics(self):
1,
statistic_id,
True,
{},
set(),
)
if not last_stats:
# First time we insert 5 years of data (if available)
Expand Down

0 comments on commit a41e0f9

Please sign in to comment.