Remove manage URL for hassio system health info (#70776)

This commit is contained in:
Joakim Sørensen
2022-04-26 14:39:56 +02:00
committed by GitHub
parent bac69d9e75
commit 4c38d25e49

View File

@@ -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):