mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
OPNSense uses by default https on its webGUI (#12764)
Changing the proposed http url to https, as by opnsense default.
This commit is contained in:
parent
59b8206b4d
commit
0f81153640
@ -23,7 +23,7 @@ to your configuration.yaml:
|
||||
|
||||
```yaml
|
||||
opnsense:
|
||||
url: http://router/api
|
||||
url: https://router/api
|
||||
api_secret: API_SECRET
|
||||
api_key: API_KEY
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user