hass-core/tests/components/tankerkoenig/snapshots/test_diagnostics.ambr
Jan-Philipp Benecke c233a12946
Fix Tankerkoenig diagnostics file to use right format (#109494)
Fix tankerkoenig diagnostics file
2024-02-03 11:51:23 +01:00

43 lines
1 KiB
Text

# serializer version: 1
# name: test_entry_diagnostics
dict({
'data': dict({
'3bcd61da-xxxx-xxxx-xxxx-19d5523a7ae8': dict({
'diesel': 1.659,
'e10': 1.659,
'e5': 1.719,
'status': 'open',
}),
}),
'entry': dict({
'data': dict({
'api_key': '**REDACTED**',
'fuel_types': list([
'e5',
]),
'location': dict({
'latitude': '**REDACTED**',
'longitude': '**REDACTED**',
}),
'name': 'Home',
'radius': 2.0,
'stations': list([
'3bcd61da-xxxx-xxxx-xxxx-19d5523a7ae8',
]),
}),
'disabled_by': None,
'domain': 'tankerkoenig',
'entry_id': '8036b4412f2fae6bb9dbab7fe8e37f87',
'minor_version': 1,
'options': dict({
'show_on_map': True,
}),
'pref_disable_new_entities': False,
'pref_disable_polling': False,
'source': 'user',
'title': 'Mock Title',
'unique_id': '**REDACTED**',
'version': 1,
}),
})
# ---