Merge branch 'Andre0512:main' into main

This commit is contained in:
Vadym
2024-02-26 10:53:36 +02:00
committed by GitHub
45 changed files with 1086 additions and 144 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from .hon import HonEntity, unique_entities
_LOGGER = logging.getLogger(__name__)
@dataclass
@dataclass(frozen=True)
class HonBinarySensorEntityDescription(BinarySensorEntityDescription):
on_value: str | float = ""