Home Assistant Unofficial Reference 2024.12.1
system_info.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.helpers.system_info
 

Functions

str homeassistant.helpers.system_info.async_get_mac_ver (HomeAssistant hass)
 
dict[str, Any] homeassistant.helpers.system_info.async_get_system_info (HomeAssistant hass)
 
bool homeassistant.helpers.system_info.is_official_image ()
 

Variables

string homeassistant.helpers.system_info._DATA_MAC_VER = "system_info_mac_ver"
 
 homeassistant.helpers.system_info._LOGGER = logging.getLogger(__name__)
 
 homeassistant.helpers.system_info.cached_get_user = cache(getuser)