Remove useless freezing on PassiveBluetoothDataUpdate (#102434)

pull/102492/head
J. Nick Koston 2023-10-21 10:07:02 -10:00 committed by GitHub
parent f9dbddc884
commit 51596c6231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."""