nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
631 stars 41 forks source link

Add Support for Zone #231

Closed AAllport closed 1 year ago

AAllport commented 1 year ago

Checklist

Proposal

Add support for Zone sensors

Additional info

Currently, it is not possible to add a condition for the zone sensor. This would be helpful when wanting to add a condition that zone.home is occupied (>0)!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

AAllport commented 1 year ago

Not stale

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

CaptInsano commented 1 year ago

Please reopen this issue:

I came here looking for this exact thing. I would like to run schedules on the condition of occupancy. This is most easily achieved via the zone.home sensor.

Could it please be added?

FBlass commented 8 months ago

I am also looking for this feature

@nielsfaber Could you please reopen this issue? I found another issue from some person looking for the same feature: https://github.com/nielsfaber/scheduler-component/issues/310

For everyone else, you can work around this by creating a helper sensor of type template with the following value: {{ states('zone.home') }} and enabling this in the Scheduler Card Configuration under sensors