mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Fix twentemilieu diagnostics with python 3.11 (#88121)
This commit is contained in:
parent
44e8e808a1
commit
a149d67b30
@ -22,6 +22,8 @@ async def async_get_config_entry_diagnostics(
|
||||
entry.data[CONF_ID]
|
||||
]
|
||||
return {
|
||||
str(waste_type): [waste_date.isoformat() for waste_date in waste_dates]
|
||||
f"WasteType.{waste_type.name}": [
|
||||
waste_date.isoformat() for waste_date in waste_dates
|
||||
]
|
||||
for waste_type, waste_dates in coordinator.data.items()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user