mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Device description in dashboard (#335)
This commit is contained in:
parent
e91a665ba4
commit
4884282ba0
@ -15,6 +15,7 @@ where you specify the **name** of the node, the **platform** and
|
|||||||
# Example configuration entry
|
# Example configuration entry
|
||||||
esphome:
|
esphome:
|
||||||
name: livingroom
|
name: livingroom
|
||||||
|
comment: Living room ESP32 controller
|
||||||
platform: ESP32
|
platform: ESP32
|
||||||
board: nodemcu-32s
|
board: nodemcu-32s
|
||||||
|
|
||||||
@ -49,6 +50,7 @@ Advanced options:
|
|||||||
is in. Should have file extension ``.h`` - See :ref:`esphome-includes` for more info.
|
is in. Should have file extension ``.h`` - See :ref:`esphome-includes` for more info.
|
||||||
- **libraries** (*Optional*, list of libraries): A list of `platformio libraries <https://platformio.org/lib>`__
|
- **libraries** (*Optional*, list of libraries): A list of `platformio libraries <https://platformio.org/lib>`__
|
||||||
to include in the project. See `platformio lib install <https://docs.platformio.org/en/latest/userguide/lib/cmd_install.html>`__.
|
to include in the project. See `platformio lib install <https://docs.platformio.org/en/latest/userguide/lib/cmd_install.html>`__.
|
||||||
|
- **comment** (*Optional*, string): Additional text information about this node. Only for display in UI.
|
||||||
|
|
||||||
ESP8266 Options:
|
ESP8266 Options:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user