From 0a445dd7d4b2e2664f089ea43c13b72dbf7c7cea Mon Sep 17 00:00:00 2001 From: Ben Marengo Date: Tue, 8 Nov 2022 16:59:32 +0000 Subject: [PATCH] Update esphome.rst --- components/esphome.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esphome.rst b/components/esphome.rst index d263f5c51..e5393ed6d 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -26,7 +26,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 lowercase - characters, digits and hyphens, and can be at most 24 characters long by default, or 24 + characters, digits and hyphens, and can be at most 24 characters long by default, or 31 characters long if ``name_add_mac_suffix`` is ``false``. See :ref:`esphome-changing_node_name`.