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

pull/70803/head
Joakim Sørensen 2022-04-26 14:39:56 +02:00 committed by GitHub
parent bac69d9e75
commit 4c38d25e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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