Skip to content

Commit

Permalink
Added AutoRemote usage description (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
besynnerlig authored and Scott Rushworth committed Sep 19, 2019
1 parent 527f440 commit 932894b
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
"""
Purpose
=======
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.
This helper library aims to facilitate sending such AutoRemote notifications from custom openHAB scripts.
Requires
========
* - Setup an AutoRemote profile in Tasker to react to the message
Check out the Autoremote Quickstart guide at (http://goo.gl/OhZsg)

This comment has been minimized.

Copy link
@marcelerkel

marcelerkel Sep 29, 2019

Contributor

When opening the link I receive a 404 from dropbox

This comment has been minimized.

Copy link
@besynnerlig

besynnerlig Sep 30, 2019

Author Contributor

Thanks. Fixed in #262

Known Issues
============
Change Log
==========
* 09/19/19: Added this description.
"""

import os
from configuration import autoremote_configuration

Expand Down

0 comments on commit 932894b

Please sign in to comment.