Introducing new unit enumerators
· One min read
As of Home Assistant Core 2022.11, the following unit constants are deprecated and replaced by a corresponding enum:
UnitOfEnergy
enumerator replacesENERGY_***
constantsUnitOfLength
enumerator replacesLENGTH_***
constantsUnitOfMass
enumerator replacesMASS_***
constantsUnitOfPower
enumerator replacesPOWER_***
constantsUnitOfPressure
enumerator replacesPRESSURE_***
constantsUnitOfSpeed
enumerator replacesSPEED_***
constantsUnitOfTemperature
enumerator replacesTEMP_***
constantsUnitOfVolume
enumerator replacesVOLUME_***
constants