I’ve just upgraded to the latest version of HA Core yesterday and found that my very simple script which turns off all my lights and switches using the entity_id all has stopped working!
I’m now getting the following error message:
> Error: Template rendered invalid entity IDs: all
However the entity_id all is still worked when called in an automation???
alias: Away Mode
sequence:
- service: light.turn_off
data: {}
target:
entity_id: all
- service: switch.turn_off
data: {}
target:
entity_id: all
- service: homeassistant.turn_on
target:
entity_id: group.hue_motion_switches
data: {}
- service: alarm_control_panel.alarm_arm_away
target:
entity_id: alarm_control_panel.alarm
data: {}
- service: notify.notify
data:
message: The House is Secure
mode: single
Thanks @m0wlheld that’s strange, because I orginally created the script using the script editor, not manually in yamal and the above code was working up until the update yesterday.
I’ve manually edited it and it’s now working again as expected, so thanks.
Thank you @m0wlheld ! its been bugging me the last few days… Same scenario - I only did it through the UI, not YAML - annoying that doing it through the UI does it wrong now
Same issue still happening here, also couldn’t find a bug report somewhere. I can recall issues with this before so it looks like this is a recurring bug with some core releases…