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

Commit

Permalink
tick pyduke-energy version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeli committed Jan 6, 2023
1 parent 1bb564f commit 4b8b494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [0.1.4] - 2023-01-06

### Fixed

- Update pydukeenergy version to 1.0.5 to increase time at which MQTT timeouts fail realtime stream

## [0.1.3] - 2023-01-06

### Fixed
Expand Down
12 changes: 8 additions & 4 deletions custom_components/duke_energy_gateway/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"domain": "duke_energy_gateway",
"name": "Duke Energy Gateway",
"version": "0.1.3",
"version": "0.1.4",
"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.3"],
"codeowners": [
"@mjmeli"
],
"requirements": [
"pyduke-energy==1.0.5"
],
"iot_class": "cloud_polling"
}
}

0 comments on commit 4b8b494

Please sign in to comment.