Snagged on use of panel_iframe

Total noob to Home Assistant (HA). My current configuration includes Ubuntu/Docker/Docker-compose/Portainer/Home Assistant (2025.1.4; Front End 20250109.2). Hardware not yet fully configured (zigbee controller on order).
I’ve been following (ca. 2022) installation instructions. Mostly, still pretty good. I’m currently ‘snagged’ at ‘accessing Portainer within HA’. I added the following code to my configuration.yaml,

panel_iframe:
  portainer:
    title: "Portainer"
    url: "<my Portainer IP>:9000/#/containers"
    icon: mdi:docker
    require_admin: true

On HA restart, I get the following error.
Configuration warnings
Integration error: panel_iframe - integration ‘panel_iframe’ not found

Google search seems to indicate that panel_iframe is deprecated. Can someone help with a new work-around?

Try settings > dashboards > add dashboard, at the bottom >web page. Note it may have to be HTTPS to work, not tried this myself. Worth a try.

Wow. Thanks Kdem. That seems to have worked perfectly (using http://…). Hopefully as I move into week 2 of exposure to HA, things like this will gradually become second nature.

1 Like

Hi Grizz952,

Many users have had problems with portainer with HA. Both Portainer and HA tend to want to do full control on the docker, and small battles tend to happen. Portainer is

Please mark my reply as “solution” if it fixed it, thanks.