mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
@@ -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):
|
||||||
|
Reference in New Issue
Block a user