I have an error come up and its stopped working.
Traceback (most recent call last):
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/hass/lib/python3.4/site-packages/homeassistant/core.py”, line 1023, in execute_service
service_handler.func(service_call)
File “/srv/hass/lib/python3.4/site-packages/homeassistant/components/ifttt.py”, line 67, in trigger_service
pyfttt.send_event(key, event, value1, value2, value3)
AttributeError: ‘module’ object has no attribute ‘send_event’
17-02-12 14:54:22 ERROR (Thread-7) [homeassistant.core] Error doing job: Future exception was never retrieved
This is what i am sending in my script.
> script:
> notify_porch_light_on:
> alias: 'Porch Light On Notify'
> sequence:
> - service: ifttt.trigger
> data: {"event":"HASS","value1":"Porch Light ON"}
It was working fine in 0.37.
I also have problems with the Discovery,IOS,Zeroconf and UPnP components all giving errors.
Any Help Please.