#Can HA handle a single trigger id for multiple choices?
1 messages · Page 1 of 1 (latest)
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
I'd like the LowTemp Thermostat trigger id to start either one of the last two choices
Though I'm not entirely sure if HA can handle this correctly
You can do that. Or, have 1 choice that triggers on multiple trigger ids. Either way works. But I’m not sure why you’d want 2+ choices acting on the same trigger. But it can be done.
Choose is similar to if/then, so if it triggers option A, then it won't trigger option B
https://www.home-assistant.io/docs/scripts/#choose-a-group-of-actions
If other conditions don't apply then it will obviously skip that option