mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Set parallel_updates for bosch_alarm (#145028)
This commit is contained in:
parent
82a9e67b7e
commit
b8df9c7e97
@ -34,6 +34,9 @@ async def async_setup_entry(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
class AreaAlarmControlPanel(BoschAlarmAreaEntity, AlarmControlPanelEntity):
|
class AreaAlarmControlPanel(BoschAlarmAreaEntity, AlarmControlPanelEntity):
|
||||||
"""An alarm control panel entity for a bosch alarm panel."""
|
"""An alarm control panel entity for a bosch alarm panel."""
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ rules:
|
|||||||
entity-unavailable: todo
|
entity-unavailable: todo
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
log-when-unavailable: todo
|
log-when-unavailable: todo
|
||||||
parallel-updates: todo
|
parallel-updates: done
|
||||||
reauthentication-flow: done
|
reauthentication-flow: done
|
||||||
test-coverage: done
|
test-coverage: done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user