mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Support for trigger Maker IFTTT (pyfttt 0.3)
This commit is contained in:
parent
6c70ef2e6d
commit
56151a07a5
@ -37,7 +37,7 @@ ATTR_VALUE3 = 'value3'
|
|||||||
|
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
|
|
||||||
REQUIREMENTS = ['pyfttt==0.1']
|
REQUIREMENTS = ['pyfttt==0.3']
|
||||||
|
|
||||||
|
|
||||||
def trigger(hass, event, value1=None, value2=None, value3=None):
|
def trigger(hass, event, value1=None, value2=None, value3=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user