Set PARALLEL_UPDATES for Tibber (#35915)

This commit is contained in:
Daniel Høyer Iversen
2020-05-25 12:26:03 +02:00
committed by GitHub
parent 59fe5458d0
commit 12fb6a85d5

View File

@@ -18,6 +18,7 @@ ICON = "mdi:currency-usd"
ICON_RT = "mdi:power-plug"
SCAN_INTERVAL = timedelta(minutes=1)
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
PARALLEL_UPDATES = 0
async def async_setup_entry(hass, entry, async_add_entities):