Skip to content

Commit b32b8be

Browse files
besynnerligScott Rushworth
authored andcommitted
Replaced non working URL in usage description (#262)
* Replaced non working URL in usage description
1 parent 932894b commit b32b8be

File tree

1 file changed

+9
-2
lines changed
  • Community/AutoRemote/automation/lib/python/community/autoremote

1 file changed

+9
-2
lines changed

Community/AutoRemote/automation/lib/python/community/autoremote/__init__.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
"""
22
Purpose
33
=======
4+
45
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.
56
This helper library aims to facilitate sending such AutoRemote notifications from custom openHAB scripts.
67
8+
79
Requires
810
========
11+
912
* - Setup an AutoRemote profile in Tasker to react to the message
1013
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/)
15+
1216
1317
Known Issues
1418
============
1519
20+
None
21+
22+
1623
Change Log
1724
==========
25+
1826
* 09/19/19: Added this description.
1927
"""
20-
2128
import os
2229
from configuration import autoremote_configuration
2330

0 commit comments

Comments
 (0)