From 7f237d4258af29b4c2f7b0edb22a4ab2d79c7811 Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Wed, 3 Nov 2021 20:00:26 +0100 Subject: [PATCH] Fix number of MAC bytes appended to name (#1557) --- components/esphome.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esphome.rst b/components/esphome.rst index 5a413afa5..43d3dcfbb 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -42,7 +42,7 @@ Advanced options: to include in the project. See `platformio lib install `__. The ``=`` 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. -- **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 ``-aabbcc``. Defaults to ``false``. See :ref:`esphome-mac_suffix`.