I have just set up hass.io on a new RPi3. All is going well but I have a problem with IFTTT. I cannot see ifttt.trigger in the services to call in the developer section.
I have a webhooks applet ready to go that I have tested by calling the URL directly and that works fine. I have also entered my ifttt key in the configuration.yaml file as required.
I have tried typing the call in manually (without aid of the drop down) and entered the required json and I get a message saying that ifttt/trigger was called but nothing happens at the IFTTT end.
Before getting the RPi, I actually did a dry run with Home Assistant on Win10 and Python and that had the ifttt.trigger and I got it working fine. But in hass.io it’s just missing… No services listed start with ”ifttt.”
Thanks!
I removed my one test automation and it’s working!
My automation was working ok (shown below) so I wonder what I did wrong?! If you have any tips on how I might figure that out then that would be great, else I will just try a few things out.
Thanks again
- id: '1538216297513'
alias: test light
trigger:
- entity_id: device_tracker.iphone_michael
from: home
platform: state
to: not_home
condition: []
action:
service: light.turn_off
entity_id: light.parents_light
I feel like the instructions provided on this link are written from someone much more seasoned on the platform while in fact it may be one of the initial things a person does when they begin tooling with the platform.
The initial instructions for “Setting up the integration” seem as though they may be based on an earlier version of the software when there was a IFTTT integration section waiting to be configured. I seem to see something similar to what @Michaelrch was seeing when attempting this last year.