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

Functions

None async_register (HomeAssistant hass, system_health.SystemHealthRegistration register)
 
def system_health_info (hass)
 

Detailed Description

Provide info to system health.

Function Documentation

◆ async_register()

None homeassistant.components.lovelace.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()

def homeassistant.components.lovelace.system_health.system_health_info (   hass)
Get info for the info page.

Definition at line 20 of file system_health.py.