fixed name

This commit is contained in:
2025-10-21 20:22:26 +02:00
parent 4111d17530
commit dbb360190f
+1 -1
View File
@@ -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