Skip to content

Commit

Permalink
Added support for cleaning (not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Sep 21, 2022
1 parent 5624953 commit b9adbb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hvcgroep/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- plastic
- papier
- restafval
- reiniging
"""
import logging
from datetime import timedelta
Expand Down Expand Up @@ -47,6 +48,7 @@
'plastic': [6, 'Plastic en Verpakking', 'mdi:recycle'],
'papier': [3, 'Blauwe Bak Papier', 'mdi:file'],
'restafval': [2, 'Grijze Bak Restafval', 'mdi:delete-empty'],
'reiniging': [59, 'Reiniging', 'mdi:liquid-spot'],
}

PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
Expand Down

0 comments on commit b9adbb0

Please sign in to comment.