Update allowed characters for node names (#1072)

This commit is contained in:
Peter Kuehne 2021-05-09 22:55:44 +01:00 committed by Jesse Hills
parent 90d94eb57e
commit ebcec7b03a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

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