basbruss / adaptive-cover

An Adaptive Cover component for HomeAsisstant to control covers based on the sun's position
MIT License
50 stars 7 forks source link

Allow "group" to be set to pressence detection #242

Closed Lipown closed 11 hours ago

Lipown commented 1 week ago

Checklist

Is your feature request related to a problem? Please describe.

More people occupy home but I am not able to fill in all in the presence entity form.

I have created group of all persons which reports the 'home' status if anybody is home. But I am not able to set this group to that form.

Describe the solution you'd like

Allow to put there a group entity.

Describe alternatives you've considered

I will try to check if binary sensor can do similar output as group.

Additional context

image

miezie commented 4 days ago

This just works when you create a binary sensor helper doing the same as a group? Just implemented it these days... (and took away a load of automations...).

basbruss commented 4 days ago

@Lipown There is no need to use a group to determine if someone is home. The zone.home entity does this already for you if you have the device trackers and persons set correctly

Lipown commented 11 hours ago

@basbruss thank you! :)