gazpar2haws 0.1.12__tar.gz → 0.1.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/CHANGELOG.md +6 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/PKG-INFO +1 -1
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/pyproject.toml +1 -1
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/LICENSE +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/README.md +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/__init__.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/__main__.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/bridge.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/config_utils.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/gazpar.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/haws.py +0 -0
- {gazpar2haws-0.1.12 → gazpar2haws-0.1.13}/gazpar2haws/version.py +0 -0
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [0.1.13] - 2025-01-16
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
|
12
|
+
[#47](https://github.com/ssenart/gazpar2haws/issues/47): 'reset' configuration parameter is ignored in the addon configuration panel.
|
13
|
+
|
8
14
|
## [0.1.12] - 2025-01-15
|
9
15
|
|
10
16
|
### Fixed
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "gazpar2haws"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.13"
|
4
4
|
description = "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface"
|
5
5
|
license = { file = "LICENSE" }
|
6
6
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|