aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heaters.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/heaters.py')
-rw-r--r--klippy/extras/heaters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/heaters.py b/klippy/extras/heaters.py
index a7aec4fa..cf7fd909 100644
--- a/klippy/extras/heaters.py
+++ b/klippy/extras/heaters.py
@@ -264,7 +264,7 @@ class PrinterHeaters:
return self.heaters[heater_name]
def setup_sensor(self, config):
modules = ["thermistor", "adc_temperature", "spi_temperature",
- "bme280", "htu21d", "lm75", "rpi_temperature",
+ "bme280", "htu21d", "lm75", "temperature_host",
"temperature_mcu", "ds18b20"]
for module_name in modules: