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