From dbb360190f9bb19152936ee4f22399a6b7a5cfc9 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 21 Oct 2025 20:22:26 +0200 Subject: [PATCH] fixed name --- we_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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