When I add actions in this order:
actions:
- action: automation.turn_off
metadata: {}
data:
stop_actions: true
target:
entity_id: automation.zalacz_swiatlo_w_przedpokoju
- action: mqtt.publish
metadata: {}
data:
topic: zigbee2mqtt/Żarówka_3/set
payload: "{\"brightness_move_onoff\": 60}"
qos: "2"
retain: false
evaluate_payload: false
- type: turn_on
device_id: 4c4b3e832fa661782ca493fca31f245f
entity_id: cd4e6d43b66599dde8020523aaada5f2
domain: switch
- action: automation.turn_on
metadata: {}
data: {}
target:
entity_id: automation.zalacz_swiatlo_w_przedpokoju
the automation.turn_off is ignored.
How do I prevent other automations from triggering when working on things that would normaly trigger them?