mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Set PARALLEL_UPDATES in remaining HomeWizard platforms (#131316)
This commit is contained in:
parent
91e4939bf0
commit
bee34fe954
@ -10,6 +10,8 @@ from .coordinator import HWEnergyDeviceUpdateCoordinator
|
|||||||
from .entity import HomeWizardEntity
|
from .entity import HomeWizardEntity
|
||||||
from .helpers import homewizard_exception_handler
|
from .helpers import homewizard_exception_handler
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 1
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -13,6 +13,8 @@ from .coordinator import HWEnergyDeviceUpdateCoordinator
|
|||||||
from .entity import HomeWizardEntity
|
from .entity import HomeWizardEntity
|
||||||
from .helpers import homewizard_exception_handler
|
from .helpers import homewizard_exception_handler
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 1
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
@ -39,7 +39,7 @@ rules:
|
|||||||
entity-unavailable: done
|
entity-unavailable: done
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
log-when-unavailable: done
|
log-when-unavailable: done
|
||||||
parallel-updates: todo
|
parallel-updates: done
|
||||||
reauthentication-flow: done
|
reauthentication-flow: done
|
||||||
test-coverage: done
|
test-coverage: done
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@ from .coordinator import HWEnergyDeviceUpdateCoordinator
|
|||||||
from .entity import HomeWizardEntity
|
from .entity import HomeWizardEntity
|
||||||
from .helpers import homewizard_exception_handler
|
from .helpers import homewizard_exception_handler
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 1
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, kw_only=True)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
class HomeWizardSwitchEntityDescription(SwitchEntityDescription):
|
class HomeWizardSwitchEntityDescription(SwitchEntityDescription):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user