We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PARALLEL_UPDATES
0
1 parent 9b697ed commit 37d94acCopy full SHA for 37d94ac
homeassistant/components/brother/sensor.py
@@ -27,6 +27,9 @@
27
from .const import DOMAIN
28
from .coordinator import BrotherConfigEntry, BrotherDataUpdateCoordinator
29
30
+# Coordinator is used to centralize the data updates
31
+PARALLEL_UPDATES = 0
32
+
33
ATTR_COUNTER = "counter"
34
ATTR_REMAINING_PAGES = "remaining_pages"
35
0 commit comments