Skip to content

Commit

Permalink
change sensor icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmon committed Apr 30, 2023
1 parent c8cf358 commit 5008572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/custstats/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class IntegrationStats(SensorEntity):

# Generic properties
_attr_has_entity_name = True
_attr_icon = "mdi:finance"
_attr_icon = "mdi:chart-timeline-variant"
# Sensor properties
_attr_state_class = SensorStateClass.TOTAL
# _attr_suggested_display_precision = 0
Expand Down

0 comments on commit 5008572

Please sign in to comment.