Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #35 from DCSBL/DCSBL-patch-1
Browse files Browse the repository at this point in the history
Fix: gas_timestamp was parsed when value was null
  • Loading branch information
DCSBL authored Aug 4, 2021
2 parents 909b69c + 36e2dd5 commit 58efffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/homewizard_energy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "homewizard_energy",
"name": "HomeWizard Energy",
"version": "0.8.1",
"version": "0.8.2",
"documentation": "https://github.com/DCSBL/ha-homewizard-energy",
"issue_tracker": "https://github.com/DCSBL/ha-homewizard-energy/issues",
"codeowners": [
Expand All @@ -11,7 +11,7 @@
"zeroconf"
],
"requirements": [
"aiohwenergy==0.1.0"
"aiohwenergy==0.1.1"
],
"zeroconf": [
"_hwenergy._tcp.local."
Expand Down

0 comments on commit 58efffb

Please sign in to comment.