Add new precipitation intensity units
· One min read
As of Home Assistant Core 2022.11, the following constants are deprecated for volumetric flux (like precipitation intensity), replaced by UnitOfVolumetricFlux enum:
PRECIPITATION_INCHES_PER_HOURreplaced byUnitOfVolumetricFlux.INCHES_PER_HOURPRECIPITATION_MILLIMETERS_PER_HOURreplaced byUnitOfVolumetricFlux.MILLIMETERS_PER_HOURSPEED_INCHES_PER_DAYreplaced byUnitOfVolumetricFlux.INCHES_PER_DAYSPEED_INCHES_PER_HOURreplaced byUnitOfVolumetricFlux.INCHES_PER_HOURSPEED_MILLIMETERS_PER_DAYreplaced byUnitOfVolumetricFlux.MILLIMETERS_PER_DAY