Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device description in dashboard #335

Merged
merged 1 commit into from Oct 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/esphome.rst
Expand Up @@ -15,6 +15,7 @@ where you specify the **name** of the node, the **platform** and
# Example configuration entry
esphome:
name: livingroom
comment: Living room ESP32 controller
platform: ESP32
board: nodemcu-32s

Expand Down Expand Up @@ -49,6 +50,7 @@ Advanced options:
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>`__
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:

Expand Down