Remove icon for Tibber sensor (#41604)
This commit is contained in:
parent
00b338002a
commit
4ece928c0a
1 changed files with 0 additions and 6 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue