mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Fix number of MAC bytes appended to name (#1557)
This commit is contained in:
parent
090511f483
commit
7f237d4258
@ -42,7 +42,7 @@ Advanced options:
|
|||||||
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>`__.
|
||||||
The ``<name>=<source>`` syntax can be used to override the source used for a library that is included by a component.
|
The ``<name>=<source>`` syntax can be used to override the source used for a library that is included by a component.
|
||||||
- **comment** (*Optional*, string): Additional text information about this node. Only for display in UI.
|
- **comment** (*Optional*, string): Additional text information about this node. Only for display in UI.
|
||||||
- **name_add_mac_suffix** (*Optional*, boolean): Appends the last 6 bytes of the mac address of the device to
|
- **name_add_mac_suffix** (*Optional*, boolean): Appends the last 3 bytes of the mac address of the device to
|
||||||
the name in the form ``<name>-aabbcc``. Defaults to ``false``.
|
the name in the form ``<name>-aabbcc``. Defaults to ``false``.
|
||||||
See :ref:`esphome-mac_suffix`.
|
See :ref:`esphome-mac_suffix`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user