fixed name
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class WeCollector:
|
||||
|
||||
try:
|
||||
|
||||
other_data = {"temperature" : {"name": temp_deg_c, "value": temp_deg_c, "unit": "celsius"}}
|
||||
other_data = {"temperature" : {"name": "outside", "value": temp_deg_c, "unit": "celsius"}}
|
||||
other_data_diff = jay_diff_full(self._other_data_last, other_data)
|
||||
self._other_data_last = other_data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user