Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from mjmeli/update-pydukeenergy-1.0.1
Browse files Browse the repository at this point in the history
update pydukeenergy version to 1.0.1 to fix login issue
  • Loading branch information
mjmeli authored May 24, 2022
2 parents fd6904e + 2f89e4f commit a8214ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/duke_energy_gateway/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "duke_energy_gateway",
"name": "Duke Energy Gateway",
"version": "0.1.0b9",
"version": "0.1.1",
"documentation": "https://github.com/mjmeli/ha-duke-energy-gateway",
"issue_tracker": "https://github.com/mjmeli/ha-duke-energy-gateway/issues",
"dependencies": [],
"config_flow": true,
"codeowners": ["@mjmeli"],
"requirements": ["pyduke-energy==1.0.0"],
"requirements": ["pyduke-energy==1.0.1"],
"iot_class": "cloud_polling"
}

0 comments on commit a8214ce

Please sign in to comment.