mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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 = []
|
||||
|
||||
REQUIREMENTS = ['pyfttt==0.1']
|
||||
REQUIREMENTS = ['pyfttt==0.3']
|
||||
|
||||
|
||||
def trigger(hass, event, value1=None, value2=None, value3=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user