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