1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 06:32:14 +01:00
Files
core/tests/components/ohme/snapshots/test_services.ambr
Dan Raper 88d366b0c5 Add slot list service to ohme (#134170)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-12-29 18:07:12 +01:00

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',
}),
]),
})
# ---