You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Community/AutoRemote/automation/lib/python/community/autoremote/__init__.py
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,30 @@
1
1
"""
2
2
Purpose
3
3
=======
4
+
4
5
With AutoRemote you have full control of your phone, from wherever you are by sending push notifications to your phone and reacting to them in Tasker or AutoRemote standalone apps.
5
6
This helper library aims to facilitate sending such AutoRemote notifications from custom openHAB scripts.
6
7
8
+
7
9
Requires
8
10
========
11
+
9
12
* - Setup an AutoRemote profile in Tasker to react to the message
10
13
11
-
Check out the Autoremote Quickstart guide at (http://goo.gl/OhZsg)
14
+
Further reading is available at the authors web site (https://joaoapps.com/autoremote/)
0 commit comments