Skip to content

Commit

Permalink
[#1] Publish energy indicator in kWh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Dec 22, 2024
1 parent 4e62cab commit 9813eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-12-22
## [0.1.1] - 2024-12-22

### Added

[#1](https://github.com/ssenart/gazpar2haws/issues/1): Publish energy indicator in kWh.

## [0.1.1] - 2024-12-21
## [0.1.0] - 2024-12-21

First version of the project.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gazpar2haws"
version = "0.1.0"
version = "0.1.1"
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"
authors = ["Stéphane Senart"]
license = "MIT"
Expand All @@ -14,7 +14,6 @@ websockets = "^14.1"
pytest-asyncio = "^0.25.0"
pyyaml = "^6.0.2"


[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"

Expand Down

0 comments on commit 9813eae

Please sign in to comment.