Skip to content

Commit

Permalink
Update configurator.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored and fabaff committed Oct 21, 2017
1 parent cc3e2aa commit fde676a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/_addons/configurator.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.
Expand Down

0 comments on commit fde676a

Please sign in to comment.