Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hassio.system_health Namespace Reference

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"
 

Detailed Description

Provide info to system health.

Function Documentation

◆ async_register()

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.

◆ system_health_info()

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.

Variable Documentation

◆ OBSERVER_URL

string homeassistant.components.hassio.system_health.OBSERVER_URL = "http://{ip_address}:4357"

Definition at line 20 of file system_health.py.

◆ SUPERVISOR_PING

string homeassistant.components.hassio.system_health.SUPERVISOR_PING = "http://{ip_address}/supervisor/ping"

Definition at line 19 of file system_health.py.