Set parallel_updates for bosch_alarm (#145028)

This commit is contained in:
Sanjay Govind 2025-05-16 21:26:22 +12:00 committed by GitHub
parent 82a9e67b7e
commit b8df9c7e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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."""

View File

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