mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix unitless converter missing valid units (#152665)
This commit is contained in:
@@ -742,6 +742,8 @@ class UnitlessRatioConverter(BaseUnitConverter):
|
||||
}
|
||||
VALID_UNITS = {
|
||||
None,
|
||||
CONCENTRATION_PARTS_PER_BILLION,
|
||||
CONCENTRATION_PARTS_PER_MILLION,
|
||||
PERCENTAGE,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user