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 #176 from mjmeli/update-pydukeenergy-v1.0.6
Browse files Browse the repository at this point in the history
Update pydukeenergy version to 1.0.6 to get updated basic auth digest
  • Loading branch information
mjmeli authored May 10, 2023
2 parents 309a50b + e9cca7d commit 9e298a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [0.1.7] - 2023-05-10

### Fixed

- Update pydukeenergy version to 1.0.6 to get updated basic auth digest

## [0.1.6] - 2023-05-04

### Fixed

- fix await issue

## [0.1.5] - 2023-05-04

### Fixed

- update to async_write_ha_state

## [0.1.4] - 2023-01-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions custom_components/duke_energy_gateway/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/mjmeli/ha-duke-energy-gateway",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/mjmeli/ha-duke-energy-gateway/issues",
"requirements": ["pyduke-energy==1.0.5"],
"version": "0.1.6"
"requirements": ["pyduke-energy==1.0.6"],
"version": "0.1.7"
}

0 comments on commit 9e298a2

Please sign in to comment.