Velbus add PARALLEL_UPDATES to all platforms (#133155)

This commit is contained in:
Maikel Punie 2024-12-16 15:13:50 +01:00 committed by GitHub
parent 6f278fb856
commit a34992c0b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 17 additions and 1 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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: |

View File

@ -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,

View File

@ -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,

View File

@ -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,