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?