From f5f32836e3fbabe313623d2ccfd55452c1c8f92e Mon Sep 17 00:00:00 2001 From: Beau Breeden Date: Thu, 12 Jul 2018 02:19:23 -0500 Subject: [PATCH] Update configurator.markdown The "username" setting was marked as optional, but removing it causes the config to fail the add-on validation test. Changed the note from (optional) to (required). --- source/_addons/configurator.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/configurator.markdown b/source/_addons/configurator.markdown index 6d64577de7a..a475a9edc4b 100644 --- a/source/_addons/configurator.markdown +++ b/source/_addons/configurator.markdown @@ -51,7 +51,7 @@ Screenshot of the HASS Configurator. } ``` -- **username** (*Optional*): Set a username to access your configuration is protected. +- **username** (*Required*): Set a username to access your configuration is protected. - **password** (*Required*): Set a password for access. - **ssl** (*Optional*): Enable or Disable SSL/TLS for the editor. - **allowed_networks** (*Optional*): Limit access to the configurator by adding allowed IP addresses/networks to the list.