Can I use an automation blueprint with an extra action? I thought the following with this blueprint would work (to turn off the switch.fan only when the kitchen lights are off).
But it doesnât seem to. How can I implement this extra automation while keeping the synchronization blueprint active?
(Also, can someone tell me how to update the automations after editing the file automations.yaml directly? Currently, I am having to restart HomeAssistant every time I make a change to update my automations).
@m0wlheld, thanks! How would I fix the automation so that this particular action is only taken conditionally? I cannot use condition since that would prevent the automation from triggering all together.
Thanks. I know I can use the editor but I prefer to edit the file directly with my own YAML editor. I am just looking for a way to tell HomeAssistant to reload the automation from the file.
Conditions can also be part of an action. You can combine multiple service calls and conditions in a single action, and they will be processed in the order you put them in. If the result of a condition is false, the action will stop there so any service calls after that condition will not be executed.
There is an appropriate action at the server control tab, maybe you have to enabled extended mode on your user account first.
I donât see an option in server control. So I suspect I have to enable âextended modeâ as you said. But googling âhome assistant extended modeâ is not producing anything relevant. Where would I enable such a mode?