mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove leftover Guardian mixin (#107424)
This commit is contained in:
parent
e446857001
commit
c96f9864c5
@ -390,19 +390,12 @@ class PairedSensorEntity(GuardianEntity):
|
|||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, kw_only=True)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
class ValveControllerEntityDescriptionMixin:
|
class ValveControllerEntityDescription(EntityDescription):
|
||||||
"""Define an entity description mixin for valve controller entities."""
|
"""Describe a Guardian valve controller entity."""
|
||||||
|
|
||||||
api_category: str
|
api_category: str
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, kw_only=True)
|
|
||||||
class ValveControllerEntityDescription(
|
|
||||||
EntityDescription, ValveControllerEntityDescriptionMixin
|
|
||||||
):
|
|
||||||
"""Describe a Guardian valve controller entity."""
|
|
||||||
|
|
||||||
|
|
||||||
class ValveControllerEntity(GuardianEntity):
|
class ValveControllerEntity(GuardianEntity):
|
||||||
"""Define a Guardian valve controller entity."""
|
"""Define a Guardian valve controller entity."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user