Hilfe bei Automatisierung

Einfach die Aktion automation.turn_off mit einfügen

alias: Dartmodus an
description: ""
triggers:
  - trigger: conversation
    command: Alexa Dartmodus an
conditions: []
actions:
  - action: automation.turn_off
    metadata: {}
    data:
      stop_actions: true
    target:
      entity_id: automation.bewegungsmelder
  - type: turn_on
    device_id: dfb70772877bc560c17d6cc3920fe36f
    entity_id: 3dc78dd28e303b514987c52797d098e1
    domain: switch
mode: single
1 „Gefällt mir“

Und umgekehrt so?

actions:
  - action: automation.turn_on
    metadata: {}
    data:
      stop_actions: true
    target:
      entity_id: automation.bewegungsmelder_licht_werkstatt

Müsste so klappen

actions:
  - action: automation.turn_on
    metadata: {}
    data: {}
    target:
      entity_id: automation.bewegungsmelder_licht_werkstatt
1 „Gefällt mir“