Update configurator.markdown

This commit is contained in:
Pascal Vizeli 2017-10-10 10:12:56 +02:00 committed by GitHub
parent 56b81dc6fb
commit c9be934028

View File

@ -39,8 +39,6 @@ Screenshot of the HASS Configurator.
```json
{
"homeassistant_api": "http://homeassistant:8123/api",
"homeassistant_password": "",
"username": "admin",
"password": "secret",
"certfile": "fullchain.pem",
@ -52,8 +50,6 @@ Screenshot of the HASS Configurator.
}
```
- **homeassistant_api** (*Optional*): The configurator fetches some data from your running Home Assistant instance. If the API is not available through the default URL, modify this variable to fix this.
- **homeassistant_password** (*Optional*): If you plan on using API functions, you have to set your API password. Calling services of Home Assistant is prohibited without authentication.
- **username** (*Optional*): Set a username to access your configuration is protected.
- **password** (*Required*): Set a password for access.
- **ssl** (*Optional*): Enable or Disable SSL for the editor.