Skip to content

Commit

Permalink
Merge pull request #48 from briis/version-2.0.6
Browse files Browse the repository at this point in the history
Version 2.0.6
  • Loading branch information
briis authored Mar 23, 2024
2 parents 4cb4787 + b245dd2 commit 78b287b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for Affaldshåndtering DK Home Assistant Integration

## Version 2.0.6

**Date**: `2024-03-23`

## What's Changed

- Compressed newly added SVG images, so they are faster to load.
- Placing Textil correctly for Roskilde and Aalborg (and possible other Municipalities). Cloisng #49
- Adding new category `papirglasmetalplast`. **Note** You need to download the image files again.
- Fixing missing containers for Lyngby-Taarbæk. Closing #50
- Fixing occasionally wrong address id being returned.
- Bump dependency `pyrenoweb` to 2.0.15

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

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


## Version 2.0.5

**Date**: `2024-03-22`
Expand All @@ -17,11 +36,6 @@
- The sensor `Næste Afhentning`, now has a list of all entities that are picked up on that date. Use the attribute `name` to get the categories, and the attribute `description` to get a more detailed list of content. The icon and entity_picture will now always be the recycle symbol. Closing issue [#41](https://github.com/briis/affalddk/issues/41) and [#42](https://github.com/briis/affalddk/issues/42)
- Bump dependency `pyrenoweb` to 2.0.14

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

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

## Version 2.0.4

**Date**: `2024-03-12`
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": [
"pyrenoweb==2.0.14"
"pyrenoweb==2.0.15"
],
"version": "2.0.5"
"version": "2.0.6"
}
5 changes: 5 additions & 0 deletions custom_components/affalddk/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ class AffaldDKSensorEntityDescription(SensorEntityDescription):
name="Pap, Papir, Glas & Metal",
native_unit_of_measurement="dage",
),
AffaldDKSensorEntityDescription(
key="papirglasmetalplast",
name="Papir, Glas, Metal & Plast",
native_unit_of_measurement="dage",
),
AffaldDKSensorEntityDescription(
key="plastmetalmadmdk",
name="Plast, Metal, Mad & Drikkekartoner",
Expand Down
Loading

0 comments on commit 78b287b

Please sign in to comment.