1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/russound_rio/diagnostics.py
2024-12-10 09:40:51 +01:00

15 lines
367 B
Python

"""Diagnostics platform for Russound RIO."""
from typing import Any
from homeassistant.core import HomeAssistant
from . import RussoundConfigEntry
async def async_get_config_entry_diagnostics(
hass: HomeAssistant, entry: RussoundConfigEntry
) -> dict[str, Any]:
"""Return diagnostics for the provided config entry."""
return entry.runtime_data.state