Skip to content

Commit 7b515c5

Browse files
authored
chore(main): release 2.0.2 (#101)
1 parent 87fd1df commit 7b515c5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.0.2](https://github.com/luuuis/hass_omie/compare/v2.0.1...v2.0.2) (2025-10-02)
6+
7+
8+
### Bug Fixes
9+
10+
* reintroduce sensor.spot_price_es ([#100](https://github.com/luuuis/hass_omie/issues/100)) ([87fd1df](https://github.com/luuuis/hass_omie/commit/87fd1df1104438d18df49910f4cbf2c67b8afaf9))
11+
512
## [2.0.1](https://github.com/luuuis/hass_omie/compare/v2.0.0...v2.0.1) (2025-10-01)
613

714

custom_components/omie/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"requirements": [
1515
"pyomie>=1.0.0"
1616
],
17-
"version": "2.0.1"
17+
"version": "2.0.2"
1818
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hass-omie"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "OMIE Home Assistant integration"
55
authors = ["Luis Miranda <sleepy.gate8799@fastmail.com>"]
66
license = "GNU General Public License v3.0"

0 commit comments

Comments
 (0)