diyhue / hassio-addon

33 stars 11 forks source link

FEATURE REQUEST: Add to side panel #1

Closed jclsn closed 2 years ago

jclsn commented 2 years ago

It would be nice to have diyHue in the side panel instead of opening it separately in the browser.

Mevel commented 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.

jclsn commented 2 years ago

@Mevel some apps have switch that says "add to side panel", which embeds diyHue in HA, so I guess the first option.

Mevel commented 2 years ago

I looked into it and it is the ingress option for add-ons. Need some research and implement it if possible

Mevel commented 2 years ago

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"
jclsn commented 2 years ago

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.