mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 18:56:53 +02:00
Fix mypy checks
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user