Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable job_complete > idle state change based on binary_sensor door switch #26

Open
millercentral opened this issue Apr 14, 2023 · 0 comments

Comments

@millercentral
Copy link

millercentral commented Apr 14, 2023

I'm playing with v3 of this awesome template. I do have a feature request: I'd like to specify a binary_sensor (door sensor) to impact the state machine:

  • if the door opens while state is job_complete, then change the state to idle (ie, clean clothes/dishes were dealt with). I would rather use this than a timer, so I can keep notifying periodically until the door is opened.
  • if the door opens while state is job_running then change state to paused. If state is paused and door closes, set state back to job_running. I realize this is a different use for the paused state (but overloads don't apply to my situation), so I understand if this goes against the design and can't be implemented.
  • It would also be nice to have a built in method to do recurring actions every n minutes while state is job_complete.

Thanks for considering!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant