home-assistant: use pyfttt
This commit is contained in:
parent
ff795bd45f
commit
f535f7e2a1
@ -20,7 +20,7 @@
|
||||
"alarm_control_panel.envisalink" = ps: with ps; [ ];
|
||||
"alarm_control_panel.homematicip_cloud" = ps: with ps; [ ];
|
||||
"alarm_control_panel.ialarm" = ps: with ps; [ ];
|
||||
"alarm_control_panel.ifttt" = ps: with ps; [ aiohttp-cors ];
|
||||
"alarm_control_panel.ifttt" = ps: with ps; [ aiohttp-cors pyfttt ];
|
||||
"alarm_control_panel.manual" = ps: with ps; [ ];
|
||||
"alarm_control_panel.manual_mqtt" = ps: with ps; [ paho-mqtt ];
|
||||
"alarm_control_panel.mqtt" = ps: with ps; [ paho-mqtt ];
|
||||
@ -477,7 +477,7 @@
|
||||
"hue.const" = ps: with ps; [ ];
|
||||
"hue.errors" = ps: with ps; [ ];
|
||||
"hydrawise" = ps: with ps; [ ];
|
||||
"ifttt" = ps: with ps; [ aiohttp-cors ];
|
||||
"ifttt" = ps: with ps; [ aiohttp-cors pyfttt ];
|
||||
"ihc" = ps: with ps; [ ];
|
||||
"ihc.const" = ps: with ps; [ ];
|
||||
"ihc.ihcdevice" = ps: with ps; [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user