Closed jclsn closed 2 years ago
You mean a link in the side panel or a embedded frame? I think a navigation item could be realised the easiest way.
@Mevel some apps have switch that says "add to side panel", which embeds diyHue in HA, so I guess the first option.
I looked into it and it is the ingress option for add-ons. Need some research and implement it if possible
There is no fast way as of now. Best is to add a iframe to the diyhue Web ui
panel_iframe:
diyhue:
title: "diyHue"
icon: mdi:home-lightbulb
url: "http://homeassistant:80"
No that doesn't work. You can't embed an http address into an SSL secured HA instance. You need a reverse proxy.
On Mai 11 2022, at 12:38 pm, Mevel @.***> wrote:
There is no fast way as of now. Best is to add a iframe to the diyhue Web ui panel_iframe: diyhue: title: "diyHue" icon: mdi:home-lightbulb url: "http://homeassistant:80" — Reply to this email directly, view it on GitHub (https://github.com/diyhue/hassio-addon/issues/1#issuecomment-1123556311), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEW47NZOGB4PKPIRW7FFXWDVJOE3DANCNFSM5VO2DRQA). You are receiving this because you authored the thread.
It would be nice to have diyHue in the side panel instead of opening it separately in the browser.