This commit is contained in:
Home Assistant Version Control
2026-07-24 15:19:02 +00:00
parent 8abf4efaec
commit 2d21a40fd6
48 changed files with 4181 additions and 232 deletions
@@ -19,7 +19,7 @@ TO_REDACT = {CONF_TOKEN, CONF_KEY}
async def async_get_config_entry_diagnostics(
hass: HomeAssistant, # noqa: ARG001
hass: HomeAssistant, # ruff:ignore[unused-function-argument]
entry: ConfigEntry,
) -> dict[str, Any]:
"""Return diagnostics for a config entry.