mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: mik-laj <12058428+mik-laj@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
# serializer version: 1
|
|
# name: test_entry_diagnostics
|
|
dict({
|
|
'data': dict({
|
|
'current_weather_data': dict({
|
|
}),
|
|
'daily_forecast': list([
|
|
]),
|
|
'hourly_forecast': list([
|
|
]),
|
|
}),
|
|
'entry_data': dict({
|
|
'elevation': 1.0,
|
|
'latitude': '**REDACTED**',
|
|
'longitude': '**REDACTED**',
|
|
'name': 'test',
|
|
}),
|
|
})
|
|
# ---
|