Adding notice for HTTPS connections. (#720)

This commit is contained in:
heytcass 2016-08-02 13:16:56 -04:00 committed by Paulus Schoutsen
parent d2cf9d3c02
commit 2a510b3b87

View File

@ -15,6 +15,8 @@ ha_release: 0.25
The `panel_iframe` support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar and can contain external resources like the web frontend of your router, your monitoring system, or your media server.
**Note:** If you are accessing home Assistant over HTTPS using SSL, you cannot access HTTP sites through an iframe panel.
To enable Panel iFrames in your installation, add the following to your `configuration.yaml` file:
```yaml