mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Fix recorder tests
This commit is contained in:
parent
9c859dbc3b
commit
4b0db92a2a
@ -3769,7 +3769,17 @@ async def test_compile_hourly_statistics_convert_units_1(
|
|||||||
30,
|
30,
|
||||||
),
|
),
|
||||||
(None, "\u00b5g/ft³", "\u03bcg/ft³", None, None, 13.050847, 13.333333, -10, 30),
|
(None, "\u00b5g/ft³", "\u03bcg/ft³", None, None, 13.050847, 13.333333, -10, 30),
|
||||||
(None, "\u00b5g/m³", "\u03bcg/m³", None, None, 13.050847, 13.333333, -10, 30),
|
(
|
||||||
|
None,
|
||||||
|
"\u00b5g/m³",
|
||||||
|
"\u03bcg/m³",
|
||||||
|
None,
|
||||||
|
"concentration",
|
||||||
|
13.050847,
|
||||||
|
13.333333,
|
||||||
|
-10,
|
||||||
|
30,
|
||||||
|
),
|
||||||
(
|
(
|
||||||
None,
|
None,
|
||||||
"\u00b5mol/s⋅m²",
|
"\u00b5mol/s⋅m²",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user