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

Allow input_boolean as a condition #266

Closed petosak closed 1 year ago

petosak commented 1 year ago

Allow setting input_boolean as a condition. I want manually set "heating season" for other automation.

Checklist

Proposal

[clear description of what you want to see changed or added]

Additional info

[some example of how the new functionality should look like]

nielsfaber commented 1 year ago

This is already possible. Just make sure to include the input_boolean entities to the card, then they should show up both for creating schedules to change them, and for using in conditions of other schedules.

petosak commented 1 year ago

You mean like motion sensor?

nielsfaber commented 1 year ago

No. A motion sensor would be a binary_sensor entity in HA.

petosak commented 1 year ago

i'm sorry. i don't know where to put input boolean and how :( into awesome thermostat config? how?