Skip to content

Commit

Permalink
add garbage type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellowlol committed Dec 8, 2020
1 parent 3f60395 commit 13b496e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/avfallsor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def device_state_attributes(self) -> dict:
"next garbage pickup": self.next_garbage_pickup,
ATTR_ATTRIBUTION: "avfallsør",
"last update": self.data._last_update,
"garbage_type": self._garbage_type
}

@property
Expand Down

0 comments on commit 13b496e

Please sign in to comment.