Remove useless freezing on PassiveBluetoothDataUpdate (#102434)
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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue