adizanni / floor3d-card

Your Home Digital Twin: aka floor3d-card. Visualize Home Assistant state and perform actions using objects in a 3D home model based on Three.js.
https://github.com/adizanni/floor3d-card
MIT License
448 stars 65 forks source link

Click on entity with Cellphone doesnt work #182

Closed Frazou1 closed 4 months ago

Frazou1 commented 4 months ago

Checklist:

Release with the issue:

Last working release (if known):

Browser and Operating System:

Description of problem:

Javascript errors shown in the web inspector (if applicable):

Additional information:

adizanni commented 4 months ago

The default gesture for light action is the double click (double tap on touch screen). If you want a single click (tap), you need to activate the click option in the card configuration

Frazou1 commented 4 months ago

Ok that much better but maybe add a note we need to clear cache on the companion app. Thanks !