Remove icon for Tibber sensor (#41604)

This commit is contained in:
Daniel Hjelseth Høyer
2020-10-10 17:29:45 +02:00
committed by GitHub
parent 00b338002a
commit 4ece928c0a

View File

@@ -17,7 +17,6 @@ from .const import DOMAIN as TIBBER_DOMAIN, MANUFACTURER
_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
@@ -222,11 +221,6 @@ class TibberSensorRT(TibberSensor):
"""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."""