Google assistant 2 responses

Hello. Been working with home assistant and working great. Im stuck on this one. When either person gets home i want it to disarm the system. When you say set adt to off it works but then asks for the password. How do i tell google assistant 2 commands like this. see below. Thank you.
alias: Turn ADT Off When Home
description: “”
trigger:

  • platform: zone
    entity_id: device_tracker.andrew
    zone: zone.home
    event: enter
  • platform: zone
    entity_id: device_tracker.amanda
    zone: zone.home
    event: enter
    condition: []
    action:
  • service: google_assistant_sdk.send_text_command
    data:
    command: set adt to off
  • service: google_assistant_sdk.send_text_command
    data:
    command: my password
    mode: single
1 Like