mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Support for trigger Maker IFTTT (pyfttt 0.3)
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user