I’m trying to setup a series of simple entities that reflect the direction/vector across any two motion sensors, and from there build some clever automations that watch those entities.
I have a template with two test sensors working, but I can’t seem to get the “unique_id” property to reflect in HA’s interface.
The below just gives me an entity named “sensor.test_a”:
I know this is an old topic but how does this create a unique id immediately? Can I just create a unique_id option and leave it blank for HA to update/generate a unique id? Or do I just type in a bunch a characters?
I’m having a few trigger template sensors provided via yaml and would like to manage them inside HA.