remove api_password option from http: config (#11680)

remove api_password option from http: config because the option are deprecated since 0.90 release of HomeAssistant.
This commit is contained in:
Mattheus 2020-01-09 10:50:47 +01:00 committed by Franck Nijhof
parent d704be3803
commit 4a902a7835

View File

@ -57,7 +57,6 @@ The [`http`](/integrations/http/) section must contain the full path to the need
```yaml ```yaml
http: http:
api_password: YOUR_SECRET_PASSWORD
base_url: https://mydomain.com:8123 base_url: https://mydomain.com:8123
ssl_certificate: /etc/letsencrypt/live/mydomain.com/fullchain.pem ssl_certificate: /etc/letsencrypt/live/mydomain.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/mydomain.com/privkey.pem ssl_key: /etc/letsencrypt/live/mydomain.com/privkey.pem