717 B
717 B
author | authorURL | title |
---|---|---|
epenet | https://github.com/epenet | Introducing new unit enumerators |
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