How to make iPad honor image (not image_mobile) floorplan?

    config:
      image_mobile:
        location: /local/floorplan/manndr/manndr.svg   #portrait mode
        cache: false
      image:
        location: /local/floorplan/manndr/manndr_pad.svg   #landscape mode
        cache: false

My iPhone uses image_mobile correctly and my macbook HA app/safari uses image
But iPad uses image_mobile, how can I enforce it uses image SVG floorplan?

Use the size option instead

1 Like