Update solax state class for sensors with no units (#92914)
Update sensor.py Units.NONE is used for text entities which are not measurements. Marking them so breaks their history.
This commit is contained in:
parent
942089d590
commit
8bf22014ce
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ SENSOR_DESCRIPTIONS: dict[tuple[Units, bool], SensorEntityDescription] = {
|
|||
),
|
||||
(Units.NONE, False): SensorEntityDescription(
|
||||
key=f"{Units.NONE}_{False}",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue