mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Add support for MAX31855 sensor (#258)
* Add support for MAX31855 sensor * Update for latest core changes * Update max31855.py
This commit is contained in:
@@ -371,6 +371,10 @@ sensor:
|
||||
name: "Living Room Temperature"
|
||||
cs_pin: GPIO23
|
||||
update_interval: 15s
|
||||
- platform: max31855
|
||||
name: "Den Temperature"
|
||||
cs_pin: GPIO23
|
||||
update_interval: 15s
|
||||
- platform: mhz19
|
||||
co2:
|
||||
name: "MH-Z19 CO2 Value"
|
||||
|
Reference in New Issue
Block a user