1 """Provide info to system health."""
6 IPMA_API_URL =
"http://api.ipma.pt"
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(
None async_register(HomeAssistant hass, system_health.SystemHealthRegistration register)
def system_health_info(hass)