Hi forum,
This is my first question here. Completely newbie to this.
I created a floor plan and loaded into a lovelace dashboard and put some light bulbs as picture elements and after trials and error then life is good so far.
But my main goal is to put this in a tablet where household members can interact with it. But when I load it in the samsung’s Chrome browser I got this:
This is my code although I don’t think there’s anything wrong with it as I can see it OK in other PCs:
elements:
- entity: light.light1
state-color: true
style:
left: 59%
top: 20%
type: state-icon - entity: light.light2
state-color: true
style:
left: 50%
top: 20%
type: state-icon
image: ‘http://homeassistant.local:8123/local/image.jpg’
type: picture-elements
Any suggestions is appreciated.
Thanks,