Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.6 #48

Merged
merged 6 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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