1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 13:41:18 +01:00
Files
core/tests/components/stookwijzer/snapshots/test_diagnostics.ambr
fwestenberg 1fafe81d20 Update Stookwijzer diagnostics and description (#141041)
Update diagnostics and description
2025-03-21 12:20:15 +02:00

31 lines
700 B
Plaintext

# serializer version: 1
# name: test_get_diagnostics
dict({
'advice': 'code_yellow',
'air_quality_index': 2,
'forecast': list([
dict({
'advice': 'code_yellow',
'datetime': '2025-02-12T17:00:00+01:00',
'final': True,
}),
dict({
'advice': 'code_yellow',
'datetime': '2025-02-12T23:00:00+01:00',
'final': True,
}),
dict({
'advice': 'code_orange',
'datetime': '2025-02-13T05:00:00+01:00',
'final': False,
}),
dict({
'advice': 'code_orange',
'datetime': '2025-02-13T11:00:00+01:00',
'final': False,
}),
]),
'windspeed_ms': 2.5,
})
# ---