INNER CODE UNIT · Python

async_reload_entry

basnijholt/home-assistant-config · custom_components/hacs/__init__.py:225

async def async_reload_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> None:
    """Reload the HACS config entry."""
    if not await async_unload_entry(hass, config_entry):
        return
    await async_setup_entry(hass, config_entry)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…