1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 08:28:19 +00:00

14 lines
281 B
YAML
Raw Normal View History

spi:
- id: spi_max31855
clk_pin: ${clk_pin}
mosi_pin: ${mosi_pin}
miso_pin: ${miso_pin}
sensor:
- platform: max31855
name: MAX31855 Temperature
cs_pin: ${cs_pin}
update_interval: 15s
reference_temperature:
name: MAX31855 Internal Temperature