mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
# serializer version: 1
|
|
# name: test_list_charge_slots
|
|
dict({
|
|
'slots': list([
|
|
dict({
|
|
'end': '2024-12-30T04:30:39+00:00',
|
|
'energy': 2.042,
|
|
'power': 4.0,
|
|
'start': '2024-12-30T04:00:00+00:00',
|
|
}),
|
|
]),
|
|
})
|
|
# ---
|