Skip to content

Commit 3eecfa8

Browse files
authored
Set PARALLEL_UPDATES in NINA (home-assistant#150635)
1 parent 382e7df commit 3eecfa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

homeassistant/components/nina/binary_sensor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ async def async_setup_entry(
5252
)
5353

5454

55+
PARALLEL_UPDATES = 0
56+
57+
5558
class NINAMessage(CoordinatorEntity[NINADataUpdateCoordinator], BinarySensorEntity):
5659
"""Representation of an NINA warning."""
5760

0 commit comments

Comments
 (0)