mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
25 lines
476 B
Plaintext
25 lines
476 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'topics': dict({
|
|
'ABCDEF': dict({
|
|
'data': dict({
|
|
'topic': 'mytopic',
|
|
}),
|
|
'subentry_id': 'ABCDEF',
|
|
'subentry_type': 'topic',
|
|
'title': 'mytopic',
|
|
'unique_id': 'mytopic',
|
|
}),
|
|
}),
|
|
'url': 'https://ntfy.sh/',
|
|
})
|
|
# ---
|
|
# name: test_diagnostics_redacted_url
|
|
dict({
|
|
'topics': dict({
|
|
}),
|
|
'url': 'http://**redacted**/',
|
|
})
|
|
# ---
|