nielsfaber / scheduler-component

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

Conditions to allow more entities kinds, not only switch and light. Boolean input would be great. Binary sensors too. #356

Closed alnavasa closed 2 months ago

alnavasa commented 2 months ago

Checklist

Proposal

Allow conditions to choose between more kind of entities, not just light or switch. Binary sensor, input_boolean, input _number if smaller than x.... between many others of other entities kinds.

Additional info

for example I have 5 schedule cards, I want to create a home assistant helper switch to turn them on or off all at once. I also think about a "national Holliday binary sensor" that could be a conditional binary sensor to allow or not allow schedules to be triggered.

Also current electricity price for fluctuating prices, if below x then ok to run schedule

Also if solar production is above x then condition check.

I don't know if I am missing something and this can already be done

nielsfaber commented 2 months ago

You need to configure in the card settings which entity types you want to show up.

alnavasa commented 2 months ago

Sorry! My bad. This was very elemental not to be already implemented!.

Thanks!