gazpar2haws 0.1.6__tar.gz → 0.1.7__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.6 → gazpar2haws-0.1.7}/CHANGELOG.md +6 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/PKG-INFO +2 -2
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/README.md +1 -1
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/pyproject.toml +1 -1
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/LICENSE +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/__init__.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/__main__.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/bridge.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/config_utils.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/gazpar.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/gazpar2haws/haws.py +0 -0
- {gazpar2haws-0.1.6 → gazpar2haws-0.1.7}/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.7] - 2025-01-05
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
|
12
|
+
[#18](https://github.com/ssenart/gazpar2haws/issues/18): Regression on DockerHub deployment.
|
13
|
+
|
8
14
|
## [0.1.6] - 2025-01-05
|
9
15
|
|
10
16
|
### Added
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gazpar2haws
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: 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: MIT
|
6
6
|
Author: Stéphane Senart
|
@@ -31,7 +31,7 @@ It is a complement to the other available projects:
|
|
31
31
|
|
32
32
|
Gazpar2HAWS can be installed in many ways.
|
33
33
|
|
34
|
-
### 1. Home Assistant Add-on
|
34
|
+
### 1. Home Assistant Add-on
|
35
35
|
|
36
36
|
In the **Add-on store**, click **⋮ → Repositories**, fill in **`https://github.com/ssenart/gazpar2haws`** and click **Add → Close** or click the **Add repository** button below, click **Add → Close** (You might need to enter the **internal IP address** of your Home Assistant instance first).
|
37
37
|
|
@@ -14,7 +14,7 @@ It is a complement to the other available projects:
|
|
14
14
|
|
15
15
|
Gazpar2HAWS can be installed in many ways.
|
16
16
|
|
17
|
-
### 1. Home Assistant Add-on
|
17
|
+
### 1. Home Assistant Add-on
|
18
18
|
|
19
19
|
In the **Add-on store**, click **⋮ → Repositories**, fill in **`https://github.com/ssenart/gazpar2haws`** and click **Add → Close** or click the **Add repository** button below, click **Add → Close** (You might need to enter the **internal IP address** of your Home Assistant instance first).
|
20
20
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "gazpar2haws"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.7"
|
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
|
authors = ["Stéphane Senart"]
|
6
6
|
license = "MIT"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|