and only wait_template:
we need to write:
- wait_template: >
{{is_state('switch.poe_inside_cameras','on')}}
where
- wait:
platform: state
entity_id: switch.poe_inside_cameras
state: 'on'
would be consistent with all other script options, and, (probably?), just the bit more efficient?
accompanying WTH… Why do we need to write wait_template:
and can we not use wait:
like most places nowadays