mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-04 10:08:37 +00:00

* Create 2022-12-05-more-unit-enumerators.md * Update 2022-12-05-more-unit-enumerators.md * UnitOfData > UnitOfInformation
639 B
639 B
author, authorURL, title
author | authorURL | title |
---|---|---|
epenet | https://github.com/epenet | Add more unit enumerators |
As of Home Assistant Core 2023.1, the following unit constants are deprecated and replaced by a corresponding enum:
UnitOfDataRate
enumerator replacesDATA_RATE_***
constantsUnitOfElectricCurrent
enumerator replacesELECTRIC_CURRENT_***
constantsUnitOfElectricPotential
enumerator replacesELECTRIC_POTENTIAL_***
constantsUnitOfFrequency
enumerator replacesFREQUENCY_***
constantsUnitOfInformation
enumerator replacesDATA_***
constantsUnitOfTime
enumerator replacesTIME_***
constants