Remove useless freezing on PassiveBluetoothDataUpdate (#102434)

This commit is contained in:
J. Nick Koston
2023-10-21 10:07:02 -10:00
committed by GitHub
parent f9dbddc884
commit 51596c6231
@@ -119,7 +119,7 @@ def serialize_entity_description(description: EntityDescription) -> dict[str, An
}
@dataclasses.dataclass(slots=True, frozen=True)
@dataclasses.dataclass(slots=True, frozen=False)
class PassiveBluetoothDataUpdate(Generic[_T]):
"""Generic bluetooth data."""