Add support for Christmas Tree pickup to TwenteMilieu (#60822)
This commit is contained in:
parent
4c158e8168
commit
42bae5439b
3 changed files with 19 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue