Functions | |
| None | async_register (HomeAssistant hass, system_health.SystemHealthRegistration register) |
| dict[str, Any] | system_health_info (HomeAssistant hass) |
Provide info to system health.
| None homeassistant.components.accuweather.system_health.async_register | ( | HomeAssistant | hass, |
| system_health.SystemHealthRegistration | register | ||
| ) |
Register system health callbacks.
Definition at line 17 of file system_health.py.
| dict[str, Any] homeassistant.components.accuweather.system_health.system_health_info | ( | HomeAssistant | hass | ) |
Get info for the info page.
Definition at line 24 of file system_health.py.