diff --git a/homeassistant/components/hassio/system_health.py b/homeassistant/components/hassio/system_health.py index 7fbc0479939..4be94f89218 100644 --- a/homeassistant/components/hassio/system_health.py +++ b/homeassistant/components/hassio/system_health.py @@ -15,7 +15,7 @@ def async_register( hass: HomeAssistant, register: system_health.SystemHealthRegistration ) -> None: """Register system health callbacks.""" - register.async_register_info(system_health_info, "/hassio") + register.async_register_info(system_health_info) async def system_health_info(hass: HomeAssistant):