Akos B
Akos B
Set up a `404 Host` for `*.yourdomain.com`, then set the SSL certs as you like (I'm using my cert wildcard, and force SSL). Now if I hit a non existent...
My images are gone too. ``` yaml - type: image state_image: 'on': /local/my-icons/garage-open.png 'off': /local/my-icons/garage-closed.png entity: binary_sensor.garage_door_sensor style: top: 66% left: 71% transform: scale(0.6) tap_action: action: call-service service: script.garage_remote hold_action:...
> > My images are gone too. > > ```yaml > > - type: image > > state_image: > > 'on': /local/my-icons/garage-open.png > > 'off': /local/my-icons/garage-closed.png > > entity: binary_sensor.garage_door_sensor...
What I finally did is just added `width: 12%` to all my `image` elements. 12% worked well for me, the UI now looks almost exactly like before. The red and...