Skip to content

Commit

Permalink
Merge pull request #1 from timniklas/add-icon
Browse files Browse the repository at this point in the history
added icon
  • Loading branch information
timniklas authored Oct 18, 2024
2 parents 0d07f7f + edf633f commit b0d6e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/blitzerde/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class SensorMapTotal(CoordinatorEntity):

_attr_should_poll = False
_attr_has_entity_name = True
_attr_icon = "mdi:car"

def __init__(self, coordinator: BlitzerdeCoordinator) -> None:
super().__init__(coordinator)
Expand Down

0 comments on commit b0d6e11

Please sign in to comment.