mirror of
https://github.com/home-assistant/core.git
synced 2025-05-14 19:09:16 +00:00
17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'data': dict({
|
|
'homeId': '**REDACTED**',
|
|
'mocked': 'mocked',
|
|
'roomId': '**REDACTED**',
|
|
}),
|
|
'entry': dict({
|
|
'data': dict({
|
|
'host': '1.1.1.1',
|
|
}),
|
|
'title': 'Mock Title',
|
|
}),
|
|
})
|
|
# ---
|