1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 07:15:09 +01:00

Set PARALLEL_UPDATES for Fluss platforms (#173286)

This commit is contained in:
Marcello
2026-06-09 08:35:09 +02:00
committed by GitHub
parent 1cfae60c03
commit b1610163f1
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
from .coordinator import FlussApiClientError, FlussConfigEntry
from .entity import FlussEntity
PARALLEL_UPDATES = 1
async def async_setup_entry(
hass: HomeAssistant,
+1 -1
View File
@@ -15,7 +15,7 @@ from .const import DOMAIN
from .coordinator import FlussApiClientError, FlussConfigEntry
from .entity import FlussEntity
PARALLEL_UPDATES = 0
PARALLEL_UPDATES = 1
STATUS_OPEN = "Open"
STATUS_CLOSED = "Closed"
@@ -28,7 +28,7 @@ rules:
docs-installation-parameters: done
integration-owner: done
log-when-unavailable: done
parallel-updates: todo
parallel-updates: done
reauthentication-flow: todo
test-coverage: todo
# Gold