Question about nested if-then-else blocks

I was looking for a way to add an “endif” to these if-then-else conditionals. I read the script syntax doc and there does not appear to be one. Is there a way to add an endif, or do all of these “else” statements just end the block? I need closure! :slight_smile:

no endif needed

1 Like

Only required in jinja if templates not home assistant if actions.