sensors: fix freezer name

master
Nicolò Balzarotti 2023-02-25 12:27:38 +01:00
parent 7cd0f0802a
commit 53e5f15dc5
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}