mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -58,7 +58,7 @@ def _rssi_convert(value: int | None) -> str | None:
|
||||
return f"{value*8-120}"
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class RfxtrxSensorEntityDescription(SensorEntityDescription):
|
||||
"""Description of sensor entities."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user