How can i install floorplan at home assistant

I was unable to install floor plan. I saw a tutorial and the github code is conflicting. Has anyone been able to install it?

why use floorplan when you can do it all with a picture elements card?

Friend, do you have a role model in git with the image identity?

I’m guessing you are using google translate? That didn’t translate well. Are you asking for an example?

yes please

examples at the bottom show you a floor plan setup in yaml. You need to make the image of your floor yourself.

1 Like

When you run HA in Docker, what is the path inside the container to mount the floorplan image ?
In the guide it is

image: /local/floorplan.png

I tried -v /home/myuser/floorplan.png:/local/floorplan.png but it didn’t work (image does not load in the browser

your image should be located in your config folder inside www if you are using /local/xxx.png.

<config location>/www/xxx.png is equal to /local/xxx.png.

1 Like