Functions | |
| set[str] | get_all_disk_mounts (HomeAssistant hass, ha_psutil.PsutilWrapper psutil_wrapper) |
| set[str] | get_all_network_interfaces (HomeAssistant hass, ha_psutil.PsutilWrapper psutil_wrapper) |
| set[str] | get_all_running_processes (HomeAssistant hass) |
| float|None | read_cpu_temperature (dict[str, list[shwtemp]] temps) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | SKIP_DISK_TYPES = {"proc", "tmpfs", "devtmpfs"} |
Utils for System Monitor.
| 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 | ) |
|
private |