mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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 . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity
|
from .entity import VelbusEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -15,6 +15,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -20,6 +20,8 @@ from . import VelbusConfigEntry
|
|||||||
from .const import DOMAIN, PRESET_MODES
|
from .const import DOMAIN, PRESET_MODES
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -17,6 +17,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -28,6 +28,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -36,7 +36,7 @@ rules:
|
|||||||
entity-unavailable: todo
|
entity-unavailable: todo
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
log-when-unavailable: done
|
log-when-unavailable: done
|
||||||
parallel-updates: todo
|
parallel-updates: done
|
||||||
reauthentication-flow:
|
reauthentication-flow:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: |
|
comment: |
|
||||||
|
@ -10,6 +10,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -15,6 +15,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity
|
from .entity import VelbusEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -11,6 +11,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from . import VelbusConfigEntry
|
from . import VelbusConfigEntry
|
||||||
from .entity import VelbusEntity, api_call
|
from .entity import VelbusEntity, api_call
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user