Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Change Icon to supported one
Browse files Browse the repository at this point in the history
Switch from mdi:untappd to mdi:mdi-glass-mug-variant
  • Loading branch information
frauhottelmann authored Nov 18, 2021
1 parent a2ad4dd commit ba236a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/untappd/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

SCAN_INTERVAL = timedelta(seconds=300)

ICON = "mdi:untappd"
ICON = "mdi:mdi-glass-mug-variant"

PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{
Expand Down

0 comments on commit ba236a3

Please sign in to comment.