Share your Floorplan

Hi thx a lot, helpfull.
Any idea how i should do a fireplace?
I have the same top view on the floorplan
I would like to have the fireplace light the environment but flicker like a real fire
I can use a gif, but u wont see that from the top… and i wont see light flicker.
Maybe you have an idea?

I do something similar with my projector

.media_player-on {
  animation: flicker 1s infinite; 
}

@keyframes flicker{
    0% {opacity:0.75}
    10% {opacity:0.45}
    11% {opacity:0.75}
    27% {opacity:0.45}
    29% {opacity:0.75}
    67% {opacity:0.45}
    68% {opacity:0.75}
    99% {opacity:0.45}
    100% {opacity:0.75}
}
1 Like

Cool perfect thank you , will try

For a button i could do that i think… but for a picture element, how do i implement that into this part?

type: image
        style:
          left: 50%
          top: 50%
          width: 100%
          mix-blend-mode: lighten
        state_image:
          "on": /local/floorplan/gelijkvloers/Haard.png
          "off": /local/floorplan/gelijkvloers/Basis.png
        tap_action:
          action: none
        hold_action:
          action: none

Cause its Haard.png that should flicker

Ok this thread is for ha-floorplan. If you are using picture elements you need to head over to configuration.