Is it possible to override an automation if I would set a switch in HA to on?
Here is my issue.
I have made an automation to activate a power outlet to load my PHEV if the solarpanels produce enough power.
But when it goes down the needed power it goes off as I programmed.
In these winter months sometime it’s necessary to load the PHEV even if the solarpanels don’t produce enough and then I could turn the switch on in the dashboard but it will turn off becuase of the automation I programmed.
Therefor I would like to know if I can add something in the automation if I manualy activate the switch then the automation will be overruled for example a few hours until the sun goes down.
A simple boolean helper. as a condition in the automation. If helper is off automation will run, and if on the automation wont run, or something very similar.