Skip to content

Commit

Permalink
Merge pull request #88 from briis/version-2.1.8
Browse files Browse the repository at this point in the history
Release 2.1.8
  • Loading branch information
briis authored May 12, 2024
2 parents 50ef0e4 + 44b04c8 commit 280722c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for Affaldshåndtering DK Home Assistant Integration

## Version 2.1.8

**Date**: `2024-05-12`

## What's Changed

* Fixing missing details for Vejen and Randers. Closing [#87](https://github.com/briis/affalddk/issues/87) and [pyaffalddk #3](https://github.com/briis/pyaffalddk/issues/3)
* Bump dependency `pyaffalddk` to version 2.0.29

---------------------------

<details>
<summary><b>PREVIOUS CHANGES</b></summary>

## Version 2.1.7

**Date**: `2024-05-04`
Expand All @@ -14,11 +28,6 @@
- Fixed missing Tekstil container for Solrød Kommune.
- Bump dependency `pyaffalddk` to version 2.0.28

---------------------------

<details>
<summary><b>PREVIOUS CHANGES</b></summary>

## Version 2.1.6

**Date**: `2024-04-22`
Expand Down
4 changes: 2 additions & 2 deletions custom_components/affalddk/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/briis/affalddk/issues",
"requirements": [
"pyaffalddk==2.0.28"
"pyaffalddk==2.0.29"
],
"version": "2.1.7"
"version": "2.1.8"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.8.2
homeassistant==2024.5.1
homeassistant==2024.5.3
pip>=23.2.1,<24.1
ruff==0.4.3

0 comments on commit 280722c

Please sign in to comment.