mirror of
https://github.com/home-assistant/core.git
synced 2026-05-02 06:32:14 +01:00
13 lines
241 B
Plaintext
13 lines
241 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,
|
|
'start': '2024-12-30T04:00:00+00:00',
|
|
}),
|
|
]),
|
|
})
|
|
# ---
|