1
0
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:
sherbang
2019-01-05 14:08:25 -05:00
committed by Otto Winter
parent c6ed88579f
commit 38c24fd100
2 changed files with 47 additions and 0 deletions

View File

@@ -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"