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

Functions

None async_register (HomeAssistant hass, system_health.SystemHealthRegistration register)
 
dict[str, Any] system_health_info (HomeAssistant hass)
 

Detailed Description

Provide info to system health.

Function Documentation

◆ async_register()

None homeassistant.components.homeassistant.system_health.async_register ( HomeAssistant  hass,
system_health.SystemHealthRegistration   register 
)
Register system health callbacks.

Definition at line 13 of file system_health.py.

◆ system_health_info()

dict[str, Any] homeassistant.components.homeassistant.system_health.system_health_info ( HomeAssistant  hass)
Get info for the info page.

Definition at line 20 of file system_health.py.