Skip to content

Commit 37d94ac

Browse files
authored
Set PARALLEL_UPDATES to 0 for Brother sesnors (#155662)
1 parent 9b697ed commit 37d94ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

homeassistant/components/brother/sensor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
from .const import DOMAIN
2828
from .coordinator import BrotherConfigEntry, BrotherDataUpdateCoordinator
2929

30+
# Coordinator is used to centralize the data updates
31+
PARALLEL_UPDATES = 0
32+
3033
ATTR_COUNTER = "counter"
3134
ATTR_REMAINING_PAGES = "remaining_pages"
3235

0 commit comments

Comments
 (0)