mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@ -64,7 +64,7 @@ SENSOR_TYPE_MANDATORY_ARG = 4
|
||||
SIGNAL_SYSTEMMONITOR_UPDATE = "systemmonitor_update"
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class SysMonitorSensorEntityDescription(SensorEntityDescription):
|
||||
"""Description for System Monitor sensor entities."""
|
||||
|
||||
|
Reference in New Issue
Block a user