From 3c6c936ed54429c3484767c8bfcb582ee85eb15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sat, 22 Oct 2022 15:42:27 +0200 Subject: [PATCH] Don't log wind direction --- custom_components/weatherlink/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/weatherlink/sensor.py b/custom_components/weatherlink/sensor.py index dc8e827..5286834 100644 --- a/custom_components/weatherlink/sensor.py +++ b/custom_components/weatherlink/sensor.py @@ -91,6 +91,7 @@ class WLSensorDescription(SensorEntityDescription): tag="wind_dir", icon="mdi:compass-outline", name="Wind direction", + native_unit_of_measurement="", ), WLSensorDescription( key="InsideTemp",