mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Velbus add PARALLEL_UPDATES to all platforms (#133155)
This commit is contained in:
parent
6f278fb856
commit
a34992c0b5
@ -9,6 +9,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -15,6 +15,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -20,6 +20,8 @@ from . import VelbusConfigEntry
|
||||
from .const import DOMAIN, PRESET_MODES
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -17,6 +17,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -28,6 +28,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -36,7 +36,7 @@ rules:
|
||||
entity-unavailable: todo
|
||||
integration-owner: done
|
||||
log-when-unavailable: done
|
||||
parallel-updates: todo
|
||||
parallel-updates: done
|
||||
reauthentication-flow:
|
||||
status: exempt
|
||||
comment: |
|
||||
|
@ -10,6 +10,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -15,6 +15,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
@ -11,6 +11,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from . import VelbusConfigEntry
|
||||
from .entity import VelbusEntity, api_call
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
Loading…
x
Reference in New Issue
Block a user