mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 01:46:11 -04:00
Declare Monzo sensor parallel updates (#179080)
This commit is contained in:
@@ -16,6 +16,8 @@ from homeassistant.helpers.typing import StateType
|
||||
from .coordinator import MonzoConfigEntry, MonzoCoordinator, MonzoData
|
||||
from .entity import MonzoBaseEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class MonzoSensorEntityDescription(SensorEntityDescription):
|
||||
|
||||
Reference in New Issue
Block a user