originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
106 stars 25 forks source link

call a script #82

Closed vMeph closed 5 years ago

vMeph commented 5 years ago

how can i call a script? exemple

script:
  test:
    sequence:
      - service: media_player.alexa_tts
        entity_id: media_player.echo_dot
        data_template:
          message: Right now, it is {{ states('sensor.time') }}o´clock

so i set a local alexa node and then what type of node do i need? and then i would call it by saying alexa turn on test?