Fixed up sensor cards
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user