apt updates sensor (#150)

This commit is contained in:
Masoko
2024-10-25 17:55:34 +03:00
committed by GitHub
parent 2958227b91
commit 3103d2da47
2 changed files with 34 additions and 6 deletions

View File

@@ -74,4 +74,7 @@ wifi_signal_dbm = False
rpi5_fan_speed = False
# this works only on raspbery pi
rpi_power_status = False
rpi_power_status = False
# Check for apt updates - experimental feature, disabled by default, updateed with update_check_interval
apt_updates = False