Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
ae8db120e8
commit
0c2485bc03
462 changed files with 806 additions and 804 deletions
|
@ -48,14 +48,14 @@ from .coordinator import YoLinkCoordinator
|
|||
from .entity import YoLinkEntity
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class YoLinkSensorEntityDescriptionMixin:
|
||||
"""Mixin for device type."""
|
||||
|
||||
exists_fn: Callable[[YoLinkDevice], bool] = lambda _: True
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class YoLinkSensorEntityDescription(
|
||||
YoLinkSensorEntityDescriptionMixin, SensorEntityDescription
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue