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:
Eric Muehlstein 2020-12-13 07:02:37 -06:00 committed by GitHub
parent fd9b69345c
commit b8174153ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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