mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
d704be3803
commit
4a902a7835
@ -57,7 +57,6 @@ The [`http`](/integrations/http/) section must contain the full path to the need
|
||||
|
||||
```yaml
|
||||
http:
|
||||
api_password: YOUR_SECRET_PASSWORD
|
||||
base_url: https://mydomain.com:8123
|
||||
ssl_certificate: /etc/letsencrypt/live/mydomain.com/fullchain.pem
|
||||
ssl_key: /etc/letsencrypt/live/mydomain.com/privkey.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user