Skip to content

Commit 8ed9950

Browse files
committed
📦️ Migrate dev-env from poetry to uv
bumping minor version, and update CHANGELOG
1 parent ef23815 commit 8ed9950

6 files changed

Lines changed: 1782 additions & 1518 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v3.4.0](https://github.com/azogue/eventsensor/tree/v3.4.0) (2025-03-09)
4+
5+
[Full Changelog](https://github.com/azogue/eventsensor/compare/v3.3.1...v3.4.0)
6+
7+
**Changes:**
8+
9+
- 🎨 [pre-commit.ci] pre-commit autoupdate
10+
- 🎨 lint: pre-commit auto-update & rm flake8 config
11+
- 🐛 **Fix import of `HomeAssistantType` after HA-Core v2025.5** (#73)
12+
- 📦️ Migrate dev-env from poetry to uv, bumping minor version, and update CHANGELOG
13+
314
## [v3.3.1](https://github.com/azogue/eventsensor/tree/v3.3.1) (2023-11-23)
415

516
[Full Changelog](https://github.com/azogue/eventsensor/compare/v3.3.0...v3.3.1)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
55
[![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/azogue/eventsensor/master.svg)](https://results.pre-commit.ci/latest/github/azogue/eventsensor/master)
66

7-
<br><a href="https://www.buymeacoffee.com/azogue" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-black.png" width="150px" height="35px" alt="Buy Me A Coffee" style="height: 35px !important;width: 150px !important;" ></a>
8-
97
# Event sensor
108

119
Custom integration to create sensors that track, represent and store specific Home Assistant **events**.

custom_components/eventsensor/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "calculated",
1111
"issue_tracker": "https://github.com/azogue/eventsensor/issues",
1212
"loggers": ["eventsensor"],
13-
"version": "3.3.1"
13+
"version": "3.4.0"
1414
}

0 commit comments

Comments
 (0)