Remove stale comment from sensor.const (#92974)
This commit is contained in:
parent
b4e85b7692
commit
7546e8efa4
1 changed files with 0 additions and 2 deletions
|
@ -443,8 +443,6 @@ STATE_CLASS_TOTAL: Final = "total"
|
|||
STATE_CLASS_TOTAL_INCREASING: Final = "total_increasing"
|
||||
STATE_CLASSES: Final[list[str]] = [cls.value for cls in SensorStateClass]
|
||||
|
||||
# Note: this needs to be aligned with frontend: OVERRIDE_SENSOR_UNITS in
|
||||
# `entity-registry-settings.ts`
|
||||
UNIT_CONVERTERS: dict[SensorDeviceClass | str | None, type[BaseUnitConverter]] = {
|
||||
SensorDeviceClass.ATMOSPHERIC_PRESSURE: PressureConverter,
|
||||
SensorDeviceClass.CURRENT: ElectricCurrentConverter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue