Skip to content

Commit

Permalink
chore: update changelog for version v1.0.11 with new sensor additions…
Browse files Browse the repository at this point in the history
… and updates
  • Loading branch information
jontofront committed Dec 17, 2024
1 parent 7a5b626 commit c80d106
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,11 @@ Thank for @pblxptr add new code line from him

**Full Changelog**: [https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/compare/v0.3.3...v1.0.5](https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/compare/v0.3.3...v1.0.5)

## [v1.0.5]
## [v1.0.11]

Additions and Updates to Sensors:
Added boilerPowerKW as a new sensor type in custom_components/econet300/const.py and updated its unit, device class, and icon. [1] [2] [3] [4] [5]
Added feederWorks as a new binary sensor in custom_components/econet300/const.py and updated its icon. [1] [2] [3]
Updates to Existing Sensors:
Renamed the lighter sensor to lighterWorks in custom_components/econet300/const.py and updated its icon. [1] [2]
Updated the names of the lighter, boilerPower, and feeder sensors in custom_components/econet300/strings.json and custom_components/econet300/translations/en.json. [1] [2] [3] [4] [5] [6]
2 changes: 1 addition & 1 deletion custom_components/econet300/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"issue_tracker": "https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues",
"requirements": [],
"ssdp": [],
"version": "v1.0.10",
"version": "v1.0.11",
"zeroconf": []
}

0 comments on commit c80d106

Please sign in to comment.