From ebfcf46b1710cfb89e2047b0286057787245f3af Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 22 Jan 2023 18:33:41 +0100 Subject: [PATCH] Add interval sensor type (#59) --- aioecowitt/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aioecowitt/sensor.py b/aioecowitt/sensor.py index 035988b..9b7af29 100644 --- a/aioecowitt/sensor.py +++ b/aioecowitt/sensor.py @@ -449,4 +449,5 @@ class EcoWittMapping: "Yearly Rain Rate Piezo", EcoWittSensorTypes.RAIN_COUNT_MM ), "runtime": EcoWittMapping("Runtime", EcoWittSensorTypes.INTERNAL), + "interval": EcoWittMapping("Interval", EcoWittSensorTypes.INTERNAL), }