New at floorplan need some help

A few things to keep in mind:

you must add the action: command before calling the service

      action:
        domain: homeassistant  
        service: toggle

Also, add ?latest when accessing floorplan.

It seems to be based off of the userAgent. For a day or two I was spoofing the userAgent, but this workaround seems to work permanently.

The solution is to navigate to
https://[YOURHASS].duckdns.org:8123/floorplan?latest

Note the “?latest” at the end.

or add the following to your configuration.yaml

frontend:
javascript_version: latest

Mine still doeasnt work :roll_eyes I don’t know why I cant the state change in my floorplan the css doesn’t work but I can switch on and off the light via floorplan buy clicking on the object.
Anyone know why? also I got this in css…

2
Untitled

Same here copied all examples fro Dr Zzs and Github but get

image

My floor plan is working but cannot find anywhere else to change the properties of state.

I know things move fast on here and just wondering if the CSS has been depreciated or something else?

Regards,

Hi there.

I’ve created floorplan thermostat but I’m struggling to figure out how to disable onclick actions for a toggle button. I’ve created a rectangle that uses an input_boolean entity to toggle a zone on/off, however I’ve got a temperature sensor entity inside the button also, which prevents me from being able to press anywhere in the rectangle to do the toggle.

I’ve tried grouping them together and assigning the entity id to the group, and I’ve played around with the layers without luck. I’ve also tried addding more_info: false to the configuration also.

Is it possible at all to remove actions from my temperature sensors and text when they need to be on the top layer?? See below.

Thanks in advance.

image

image