home-assistant / home-assistant/core
Add automation triggers and conditions for both flags
Open
Nobody has claimed this yet.
no-stale
- Dominant language
- Python
- Stars
- 90.8k
- Forks
- 38.7k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 597
Description
People should be able to act on both flags in their own automations, such as notifying themselves when a restart goes pending, or holding off a routine while one is. That needs a trigger for each flag going pending and a condition for each to test whether it is pending.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the two flags and review existing automation trigger and condition implementations in the relevant integration. Add a pending trigger and a pending condition for each flag, then verify that automations can notify on each transition and test whether each flag is pending.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100