1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add geofencing to automation

This commit is contained in:
Paulus Schoutsen
2015-09-29 00:18:52 -07:00
parent 5ad27d8cdb
commit 2eb36c18bd
5 changed files with 277 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ REQUIRES = [
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.2'
]
setup(