Skip to content

Commit

Permalink
Remove icon for Tibber sensor (#41604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Oct 10, 2020
1 parent 00b3380 commit 4ece928
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions homeassistant/components/tibber/sensor.py
Expand Up @@ -17,7 +17,6 @@
_LOGGER = logging.getLogger(__name__)

ICON = "mdi:currency-usd"
ICON_RT = "mdi:power-plug"
SCAN_INTERVAL = timedelta(minutes=1)
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
PARALLEL_UPDATES = 0
Expand Down Expand Up @@ -222,11 +221,6 @@ def should_poll(self):
"""Return the polling state."""
return False

@property
def icon(self):
"""Return the icon to use in the frontend."""
return ICON_RT

@property
def unit_of_measurement(self):
"""Return the unit of measurement of this entity."""
Expand Down

0 comments on commit 4ece928

Please sign in to comment.