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:
@@ -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
|
||||
Reference in New Issue
Block a user