Skip to content

Commit

Permalink
fix: update car-asleep binary sensor icon (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
carleeno authored Nov 20, 2022
1 parent 43deefb commit 30f319c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tesla_custom/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def __init__(
super().__init__(hass, car, coordinator)
self.type = "asleep"
self._attr_device_class = None
self._attr_icon = "mdi:sleep"

@property
def is_on(self):
Expand Down

0 comments on commit 30f319c

Please sign in to comment.