mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Use SI constants in CO unit converter (#153187)
This commit is contained in:
@@ -119,7 +119,7 @@ _GET_UNIT_RATIO: dict[type[BaseUnitConverter], tuple[str | None, str | None, flo
|
||||
CarbonMonoxideConcentrationConverter: (
|
||||
CONCENTRATION_MILLIGRAMS_PER_CUBIC_METER,
|
||||
CONCENTRATION_PARTS_PER_MILLION,
|
||||
1.145609,
|
||||
1.16441,
|
||||
),
|
||||
ConductivityConverter: (
|
||||
UnitOfConductivity.MICROSIEMENS_PER_CM,
|
||||
@@ -291,13 +291,13 @@ _CONVERTED_VALUE: dict[
|
||||
(
|
||||
1,
|
||||
CONCENTRATION_PARTS_PER_MILLION,
|
||||
1.145609,
|
||||
1.16441,
|
||||
CONCENTRATION_MILLIGRAMS_PER_CUBIC_METER,
|
||||
),
|
||||
(
|
||||
120,
|
||||
CONCENTRATION_MILLIGRAMS_PER_CUBIC_METER,
|
||||
104.74778,
|
||||
103.05655,
|
||||
CONCENTRATION_PARTS_PER_MILLION,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user