mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove useless freezing on PassiveBluetoothDataUpdate (#102434)
This commit is contained in:
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]):
|
class PassiveBluetoothDataUpdate(Generic[_T]):
|
||||||
"""Generic bluetooth data."""
|
"""Generic bluetooth data."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user