mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Remove manage URL for hassio system health info (#70776)
This commit is contained in:
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…
x
Reference in New Issue
Block a user