mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
parent
0c144092c6
commit
6d7e9f10d9
@ -18,6 +18,9 @@ from . import WeheatConfigEntry
|
||||
from .coordinator import WeheatDataUpdateCoordinator
|
||||
from .entity import WeheatEntity
|
||||
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class WeHeatBinarySensorEntityDescription(BinarySensorEntityDescription):
|
||||
|
@ -42,10 +42,7 @@ rules:
|
||||
entity-unavailable: done
|
||||
integration-owner: done
|
||||
log-when-unavailable: done
|
||||
parallel-updates:
|
||||
status: todo
|
||||
comment: |
|
||||
PARALLEL_UPDATES is not set.
|
||||
parallel-updates: done
|
||||
reauthentication-flow: done
|
||||
test-coverage: done
|
||||
|
||||
|
@ -31,6 +31,9 @@ from .const import (
|
||||
from .coordinator import WeheatDataUpdateCoordinator
|
||||
from .entity import WeheatEntity
|
||||
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class WeHeatSensorEntityDescription(SensorEntityDescription):
|
||||
|
Loading…
x
Reference in New Issue
Block a user