1 """Provide info to system health."""
5 from pydiscovergy.const
import API_BASE
15 """Register system health callbacks."""
16 register.async_register_info(system_health_info)
20 """Get info for the info page."""
22 "api_endpoint_reachable": system_health.async_check_can_reach_url(
dict[str, Any] system_health_info(HomeAssistant hass)
None async_register(HomeAssistant hass, system_health.SystemHealthRegistration register)