mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
The CPUfreq governor "powersave" sets the CPU statically to the lowest frequency within the borders of scaling_min_freq and scaling_max_freq. This can be useful if a particular power budget should not ever be crossed. Can be set using `cpufreq.default_governor=powersave`. Note that this obviously affects performance.