add freezer sensor
This commit is contained in:
parent
dc755603e3
commit
7cd0f0802a
|
@ -183,6 +183,7 @@ class Sensors():
|
||||||
'H_ext': SHT40('Humidity'),
|
'H_ext': SHT40('Humidity'),
|
||||||
'heater': GPIOState(22),
|
'heater': GPIOState(22),
|
||||||
'humidifier/heater2': GPIOState(17),
|
'humidifier/heater2': GPIOState(17),
|
||||||
|
'heater': GPIOState(14),
|
||||||
'fan': GPIOState(27),
|
'fan': GPIOState(27),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue