#How to use a sensor group in the motion sensor template?
1 messages · Page 1 of 1 (latest)
@burnt quest I meant the 'Motion-activated Light' blueprint that was included by default (homeassistant/motion_light.yaml). It has a field 'Entity' but I can't choose the binary sensor group
That selector is set up to only show binary sensors with the device class motion. What has likely happened is one of the sensors in the group doesn't have that device class, so the group entity wasn't given one. Normally, if all the sensors share the same device class it will be inherited by the group sensor.
The blueprinted automation will still work if you manually enter the group binary sensor's entity ID manually.
It should be possible to assign a device class to the group, but AFAIK there's no way to do it in the UI, you have to add it in the YAML configuration.
thanks, that solves my problem - I had to go into the settings and set the group to 'Show as: Motion'