When I create or update my automation I briefly get an alert “Automation is unavailable” with no additional info. The automation itself is saved but never triggers. If I run it manually and check the Traces it looks like it is bypassing Conditions going directly to Actions.
Can’t find any entries in HA Core logs, where else and what else can I check?
This is what running manually is supposed to do - It only tests the actions. If you want to test triggers or conditions, you can change the values of the relevant entities in Developer Tools.
Let me disagree: running manually bypasses the Triggers, but still passes all the route with conditions. This is what my experience with other Automations confirms.
Thank you very much! Seems that was the reason - now it does not alert me with “Automation is unavailable”! Strange, as this YAML was automagically generated by HA GUI itself )
Good point This was expected behaviour how it should work, but I was unsure and tried both ways.
BTW, is there any way to build IF / ELSE constructs with HA GUI or YAML?