Make the example configuration entry copy&paste-friendly (#6)

This commit is contained in:
Fabian Affolter 2018-06-08 20:07:49 +02:00 committed by Otto Winter
parent 39ef56026e
commit ab572f83ea

View File

@ -10,9 +10,9 @@ asks you for the board type.
# Example configuration entry
esphomeyaml:
name: livingroom
platform: ESP32
board: <BOARD_TYPE>
name: livingroom
platform: ESP32
board: <BOARD_TYPE>
The ESP32 boards often use the internal GPIO pin numbering on the board, this means that
you don't have to worry about other kinds of pin numberings, yay!