Home Assistant Unofficial Reference 2024.12.1
util.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.systemmonitor.util
 

Functions

set[str] homeassistant.components.systemmonitor.util.get_all_disk_mounts (HomeAssistant hass, ha_psutil.PsutilWrapper psutil_wrapper)
 
set[str] homeassistant.components.systemmonitor.util.get_all_network_interfaces (HomeAssistant hass, ha_psutil.PsutilWrapper psutil_wrapper)
 
set[str] homeassistant.components.systemmonitor.util.get_all_running_processes (HomeAssistant hass)
 
float|None homeassistant.components.systemmonitor.util.read_cpu_temperature (dict[str, list[shwtemp]] temps)
 

Variables

 homeassistant.components.systemmonitor.util._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.systemmonitor.util.SKIP_DISK_TYPES = {"proc", "tmpfs", "devtmpfs"}