Support for trigger Maker IFTTT (pyfttt 0.3)

pull/318/head
sfam 2015-09-04 21:58:09 +01:00
parent 6c70ef2e6d
commit 56151a07a5
1 changed files with 1 additions and 1 deletions
homeassistant/components

View File

@ -37,7 +37,7 @@ ATTR_VALUE3 = 'value3'
DEPENDENCIES = []
REQUIREMENTS = ['pyfttt==0.1']
REQUIREMENTS = ['pyfttt==0.3']
def trigger(hass, event, value1=None, value2=None, value3=None):