mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Update max31856.rst (#883)
When compiling the example code, the compiler returns: Platform not found: 'sensor.MAX31856' changing the platform to "max31856" appear to resolve the issue.
This commit is contained in:
parent
fd9b69345c
commit
b8174153ea
@ -38,7 +38,7 @@ to have an :ref:`spi bus <spi>` in your configuration with both **miso_pin** and
|
||||
mosi_pin: GPIO23
|
||||
|
||||
sensor:
|
||||
- platform: MAX31856
|
||||
- platform: max31856
|
||||
name: "BBQ Temperature"
|
||||
icon: "mdi:hamburger"
|
||||
cs_pin: GPIO17
|
||||
|
Loading…
Reference in New Issue
Block a user