From ebcec7b03a2068ea93954ec5fffebee8a915d025 Mon Sep 17 00:00:00 2001 From: Peter Kuehne Date: Sun, 9 May 2021 22:55:44 +0100 Subject: [PATCH] Update allowed characters for node names (#1072) --- components/esphome.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esphome.rst b/components/esphome.rst index 66c94e886..4a013d659 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -24,7 +24,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, 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, either ``ESP32`` or ``ESP8266``. See :ref:`esphome-arduino_version`. - **board** (**Required**, string): The board ESPHome should