1 """Provide info to system health."""
13 """Register system health callbacks."""
14 register.async_register_info(system_health_info)
18 """Get info for the info page."""
20 "api_endpoint_reachable": system_health.async_check_can_reach_url(
21 hass,
"https://api.spotify.com"
None async_register(HomeAssistant hass, system_health.SystemHealthRegistration register)
dict[str, Any] system_health_info(HomeAssistant hass)