mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Set PARALLEL_UPDATES for Tibber (#35915)
This commit is contained in:
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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user