Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.42](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/compare/v0.3.41...v0.3.42) (2025-06-05)


### Bug Fixes

* update token usage in workflows to use PAT_TOKEN for GitHub actions ([5b37696](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/commit/5b3769671133a94da5f92c6a80e2d4aca7ee4ce4))

### [0.3.41](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/compare/v0.3.40...v0.3.41) (2025-06-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haos-addon-wnsm-sync",
"version": "0.3.41",
"version": "0.3.42",
"description": "Wiener Netze Smart Meter Home Assistant Add-on",
"scripts": {
"commit": "cz",
Expand Down
7 changes: 7 additions & 0 deletions wnsm-smartmeter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.42](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/compare/v0.3.41...v0.3.42) (2025-06-05)


### Bug Fixes

* update token usage in workflows to use PAT_TOKEN for GitHub actions ([5b37696](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/commit/5b3769671133a94da5f92c6a80e2d4aca7ee4ce4))

### [0.3.41](https://github.com/ZakiZtraki/haos-addon-wnsm-sync/compare/v0.3.40...v0.3.41) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion wnsm-smartmeter/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wiener Netze Smartmeter Sync",
"version": "0.3.41",
"version": "0.3.42",
"slug": "wnsm_smartmeter",
"description": "Integration for Wiener Netze Smart Meter that fetches 15-min consumption data and pushes to Home Assistant statistics.",
"url": "https://github.com/ZakiZtraki/haos-addon-wnsm-sync",
Expand Down
Loading