mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +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
|
```yaml
|
||||||
opnsense:
|
opnsense:
|
||||||
url: http://router/api
|
url: https://router/api
|
||||||
api_secret: API_SECRET
|
api_secret: API_SECRET
|
||||||
api_key: API_KEY
|
api_key: API_KEY
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user