mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-19 02:11:24 +01:00
Document that node name can be max 31 characters (#1663)
This commit is contained in:
parent
63c5c341a8
commit
3743d12c87
@ -26,7 +26,8 @@ Configuration variables:
|
||||
|
||||
- **name** (**Required**, string): This is the name of the node. It
|
||||
should always be unique in your ESPHome network. May only contain lowercase
|
||||
characters, digits and hyphens. See :ref:`esphome-changing_node_name`.
|
||||
characters, digits and hyphens, and can be at most 31 characters long.
|
||||
See :ref:`esphome-changing_node_name`.
|
||||
|
||||
Advanced options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user