mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'creation_date': '2019-01-01T00:00:00',
|
|
'dnssec': True,
|
|
'expiration_date': '2023-01-01T00:00:00',
|
|
'last_updated': '2022-01-01T00:00:00+01:00',
|
|
'status': 'OK',
|
|
'statuses': list([
|
|
'OK',
|
|
]),
|
|
})
|
|
# ---
|