From 53e5f15dc53540b03c264dd9729d84b68cb6e565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Sat, 25 Feb 2023 12:27:38 +0100 Subject: [PATCH] sensors: fix freezer name --- sensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensors.py b/sensors.py index 44ebfa5..df5f065 100644 --- a/sensors.py +++ b/sensors.py @@ -183,7 +183,7 @@ class Sensors(): 'H_ext': SHT40('Humidity'), 'heater': GPIOState(22), 'humidifier/heater2': GPIOState(17), - 'heater': GPIOState(14), + 'freezer' GPIOState(14), 'fan': GPIOState(27), }