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

Excellent work! #160

Closed pittbull closed 10 months ago

pittbull commented 1 year ago

This is really good work and I am trying to wrap my head around all the functionality :)

As much in my house is related to presence of people I am trying to experiment with show/hide based on this, but it seems they are limited to binary_sensor and I am using device_tracker to handle presence.

Is there anyway to make use of other classes than binary_sensor?

adizanni commented 1 year ago

@pittbull you can always transform trackers into binary sensor vis templated sensor. You have also the possibility to use template calculations via Javascript code (check the guide) but I'm not recommending it because it is experimental and may lead to security breaches

adizanni commented 10 months ago

Without comment from the user in more than one month, I close the ticket