Remove manage URL for hassio system health info (#70776)
parent
bac69d9e75
commit
4c38d25e49
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue