Skip to content

Commit c9be934

Browse files
authored
Update configurator.markdown
1 parent 56b81dc commit c9be934

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/_addons/configurator.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Screenshot of the HASS Configurator.
3939

4040
```json
4141
{
42-
"homeassistant_api": "http://homeassistant:8123/api",
43-
"homeassistant_password": "",
4442
"username": "admin",
4543
"password": "secret",
4644
"certfile": "fullchain.pem",
@@ -52,8 +50,6 @@ Screenshot of the HASS Configurator.
5250
}
5351
```
5452

55-
- **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.
56-
- **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.
5753
- **username** (*Optional*): Set a username to access your configuration is protected.
5854
- **password** (*Required*): Set a password for access.
5955
- **ssl** (*Optional*): Enable or Disable SSL for the editor.

0 commit comments

Comments
 (0)