1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-08 14:10:54 +00:00
2025-02-05 12:05:59 +13:00

12 lines
201 B
YAML

spi:
- id: spi_max6675
clk_pin: ${clk_pin}
mosi_pin: ${mosi_pin}
miso_pin: ${miso_pin}
sensor:
- platform: max6675
name: Temperature
cs_pin: ${cs_pin}
update_interval: 15s