Add support for Christmas Tree pickup to TwenteMilieu (#60822)

This commit is contained in:
Franck Nijhof 2021-12-02 10:21:19 +01:00 committed by GitHub
parent 4c158e8168
commit 42bae5439b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View file

@ -40,6 +40,13 @@ class TwenteMilieuSensorDescription(
SENSORS: tuple[TwenteMilieuSensorDescription, ...] = (
TwenteMilieuSensorDescription(
key="tree",
waste_type=WasteType.TREE,
name="Christmas Tree Pickup",
icon="mdi:pine-tree",
device_class=SensorDeviceClass.DATE,
),
TwenteMilieuSensorDescription(
key="Non-recyclable",
waste_type=WasteType.NON_RECYCLABLE,