Functions | |
| None | async_register (HomeAssistant hass, system_health.SystemHealthRegistration register) |
| dict[str, Any] | system_health_info (HomeAssistant hass) |
Variables | |
| string | OBSERVER_URL = "http://{ip_address}:4357" |
| string | SUPERVISOR_PING = "http://{ip_address}/supervisor/ping" |
Provide info to system health.
| None homeassistant.components.hassio.system_health.async_register | ( | HomeAssistant | hass, |
| system_health.SystemHealthRegistration | register | ||
| ) |
Register system health callbacks.
Definition at line 24 of file system_health.py.
| dict[str, Any] homeassistant.components.hassio.system_health.system_health_info | ( | HomeAssistant | hass | ) |
Get info for the info page.
Definition at line 31 of file system_health.py.
| string homeassistant.components.hassio.system_health.OBSERVER_URL = "http://{ip_address}:4357" |
Definition at line 20 of file system_health.py.
| string homeassistant.components.hassio.system_health.SUPERVISOR_PING = "http://{ip_address}/supervisor/ping" |
Definition at line 19 of file system_health.py.