Skip to content

Commit

Permalink
Updated pymyenerig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE committed Mar 11, 2024
1 parent 6b705dc commit 9edbc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/myenergi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = "myenergi"
DOMAIN = "myenergi"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.0.25"
VERSION = "0.0.26"

ATTRIBUTION = "Data provided by myenergi"
ISSUE_URL = "https://github.com/CJNE/ha-myenergi/issues"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/myenergi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/cjne/ha-myenergi",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/cjne/ha-myenergi/issues",
"requirements": ["pymyenergi==0.1.0"],
"version": "0.0.25"
"requirements": ["pymyenergi==0.1.1"],
"version": "0.0.26"
}

0 comments on commit 9edbc32

Please sign in to comment.