I have a automation that checks the humidity of a room, it triggers an alert and a led to show red if the humidity is above 55% but below 60%. I’m wanting to turn the LED off when the humidity doesn’t meet any of the above criteria. At the moment I have the following but would also need another automation for anything above 60:
I was following the automation GUI and I thought it would require the ‘above’ field to be completed. Maybe not needed if manually entering in the automations.yaml.
You can have as many triggers as you want for a single automation. Just make two triggers for your off automation. One below the threshold and one above.
Also, the GUI has a lot of problems and in my opinion should never have been pushed to the release side of the code. You are better off learning to edit the files or using something like node-red.