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).
This commit is contained in:
Beau Breeden 2018-07-12 02:19:23 -05:00 committed by GitHub
parent 0862da461c
commit f5f32836e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.