Skip to content

Issues getting my HA-Floorplan card to show. #166

Answered by OzGav
vlaryn asked this question in Q&A
Discussion options

You must be logged in to vote

First thing to check is to type this into your browser
http://YOUR.HA.IP.ADDRESS:8123/local/floorplan/floorplan.svg
and you should see your floorplan appear. If not then that is a problem.

Looking at your floorplan.yaml I am not sure you have all your indents correct. Try this (and I have included the log_level option so you can see errors on the page). I haven't used the most simple implementation but that will help later if you use more of the options.

views:
  - title: Floorplan
    panel: true
    cards:
      - type: 'custom:floorplan-card'
        full_height: true
        config:
          log_level: info
          image:
            location: /local/floorplan/floorplan.svg
       …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vlaryn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants