remove uppercase names (#487)

name: cannot contain uppercase, but the docs say uppercase. Fixed
This commit is contained in:
truglodite 2020-03-12 13:57:15 -07:00 committed by GitHub
parent 4ca3d71065
commit ca806ac8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Configuration variables:
------------------------
- **name** (**Required**, string): This is the name of the node. It
should always be unique in your esphome network. May only contain upper/lowercase
should always be unique in your esphome network. May only contain lowercase
characters, digits and underscores. See :ref:`esphome-changing_node_name`.
- **platform** (**Required**, string): The platform your board is on,
either ``ESP32`` or ``ESP8266``. See :ref:`esphome-arduino_version`.