Fixed up sensor cards

This commit is contained in:
2026-06-24 23:32:45 -04:00
parent 8bece21ddb
commit 08319ce277
12 changed files with 717 additions and 139 deletions

View File

@@ -528,7 +528,6 @@ def read_as3935(c):
elif avg_late > avg_early + 2: trend = 'Retreating'
write(c, 'lightning', {
'lightning_distance': dist,
'lightning_energy': energy,
'lightning_rate': strike_rate,
}, tags={'storm_direction': trend})
except Exception as e: