Skip to content

Commit

Permalink
Merge pull request #160 from briis/v2.1.18
Browse files Browse the repository at this point in the history
Release 2.1.18
  • Loading branch information
briis authored Oct 4, 2024
2 parents 452745a + 2d7b768 commit 8d01d3c
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 72 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Changelog for Affaldshåndtering DK Home Assistant Integration

## Version 2.1.17
## Version 2.1.18

**Date**: `2024-09-26`
**Date**: `2024-10-04`

## What's Changed

* Fixing missing Types in Svendborg. Closing [AffaldDK #151](https://github.com/briis/affalddk/issues/151)
* Fixing missing Types in Horsens. Closing [pyaffalddk #14](https://github.com/briis/pyaffalddk/issues/14)
* Bump `pyaffalddk` to V2.0.39
* Start Fixing issues, after Bornholm has changed naming of many un its. Contributing to [AffaldDK #159](https://github.com/briis/affalddk/issues/159)
* Bump `pyaffalddk` to V2.0.40

## [Dependabot](https://github.com/apps/dependabot) updates

Expand All @@ -17,6 +16,16 @@
<details>
<summary><b>PREVIOUS CHANGES</b></summary>

## Version 2.1.17

**Date**: `2024-09-26`

## What's Changed

* Fixing missing Types in Svendborg. Closing [AffaldDK #151](https://github.com/briis/affalddk/issues/151)
* Fixing missing Types in Horsens. Closing [pyaffalddk #14](https://github.com/briis/pyaffalddk/issues/14)
* Bump `pyaffalddk` to V2.0.39

## Version 2.1.16

**Date**: `2024-08-20`
Expand Down
67 changes: 34 additions & 33 deletions custom_components/affalddk/images.py

Large diffs are not rendered by default.

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.39"
"pyaffalddk==2.0.40"
],
"version": "2.1.17"
"version": "2.1.18"
}
5 changes: 5 additions & 0 deletions custom_components/affalddk/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ class AffaldDKSensorEntityDescription(SensorEntityDescription):
name="Restaffald",
native_unit_of_measurement="dage",
),
AffaldDKSensorEntityDescription(
key="restplast",
name="Restaffald & Plast/Madkartoner",
native_unit_of_measurement="dage",
),
AffaldDKSensorEntityDescription(
key="tekstil",
name="Tekstiler",
Expand Down
32 changes: 1 addition & 31 deletions images/affalddk/restplast.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pixelmator/restplast.pxd
Binary file not shown.
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.9.3
homeassistant==2024.10.0
pip>=23.2.1,<24.3
ruff==0.6.8

0 comments on commit 8d01d3c

Please sign in to comment.