Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95419

Calling a script with parameters from automation

$
0
0

@Valen13776 wrote:

There is a script:

ifttt_script:
  alias: 'IFTTT sending mes'
  sequence:
    - service: persistent_notification.create
      data_template:
        title: 'IFTTT test'
        message: '{{ if_post }}'        

There is automation:

- alias: IFTTT Incoming connection
  trigger:
    platform: event
    event_type: ifttt_webhook_received
    event_data:
      action: call_service
  action:
    - service: script.turn_on
      entity_id: script.ifttt_script
      data_template:
        if_post: '{{ trigger.event.data.if_post }}'

After triggering automation in the logs:

Logger: homeassistant.components.automation
Source: helpers/script.py:802
Integration: Автоматизация (documentation, issues)
First occurred: 13:11:20 (2 occurrences)
Last logged: 13:15:40

IFTTT Incoming connection: Error executing script. Invalid data for call_service at pos 1: extra keys not allowed @ data['if_post']

I ask for help.
Thanks.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>