Removed api_password (#6556)

Removed api_password from example configuration.
api_password is being discontinued and replaced with users/password.
This commit is contained in:
Jeppe Ladefoged 2018-10-06 21:23:48 +02:00 committed by Franck Nijhof
parent bdfab0be9c
commit 0e3fa5d250

View File

@ -38,7 +38,6 @@ Update the `http:` entry in your `configuration.yaml` file and let it point to y
```yaml
http:
api_password: YOUR_SECRET_PASSWORD
ssl_certificate: /home/your_user/.homeassistant/certificate.pem
ssl_key: /home/your_user/.homeassistant/privkey.pem
```