diff --git a/we_collector.py b/we_collector.py index 65cafda..29b919f 100644 --- a/we_collector.py +++ b/we_collector.py @@ -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