mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Set PARALLEL_UPDATES for Tibber (#35915)
This commit is contained in:
committed by
GitHub
parent
59fe5458d0
commit
12fb6a85d5
@@ -18,6 +18,7 @@ ICON = "mdi:currency-usd"
|
|||||||
ICON_RT = "mdi:power-plug"
|
ICON_RT = "mdi:power-plug"
|
||||||
SCAN_INTERVAL = timedelta(minutes=1)
|
SCAN_INTERVAL = timedelta(minutes=1)
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry, async_add_entities):
|
async def async_setup_entry(hass, entry, async_add_entities):
|
||||||
|
Reference in New Issue
Block a user