feat: sensor filter option

Filter out sensors based on regex matches.
This allows removing all unit text suffixes if, for example, the panel
image already contains the unit text.
This commit is contained in:
Markus Zehnder
2025-09-16 23:35:41 +02:00
parent 1e2616848a
commit 9af5deb204
7 changed files with 196 additions and 9 deletions
@@ -0,0 +1,9 @@
# Filter out specified sensor keys of the corresponding sensor file without the `-filter` suffix.
#
# Sensor filter for: aster-sysinfo
#
# Format: one RegEx entry per line.
# Empty lines and lines starting with # are filtered out.
# remove all temperature sensor units
^temperature_.*#unit