Set PARALLEL_UPDATES in NINA (#150635)

This commit is contained in:
DeerMaximum
2025-08-14 16:36:04 +02:00
committed by GitHub
parent 382e7dfd39
commit 3eecfa8e57

View File

@@ -52,6 +52,9 @@ async def async_setup_entry(
) )
PARALLEL_UPDATES = 0
class NINAMessage(CoordinatorEntity[NINADataUpdateCoordinator], BinarySensorEntity): class NINAMessage(CoordinatorEntity[NINADataUpdateCoordinator], BinarySensorEntity):
"""Representation of an NINA warning.""" """Representation of an NINA warning."""