Skip to content
/ homelypy Public

A thin wrapper for the Homely alarm company API

License

Notifications You must be signed in to change notification settings

kolaf/homelypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homelypy

A thin wrapper for the Homely alarm company API

Data dump

This can be used to easily extract a data dump from the API. Simply clone the repository or install from pypi (pip install homelypy) and run

python3 -m homelypy.homely <username>

You will be prompted for a password, then it will dump all the locations and associated sensors in the system. It is gathered inappropriate location_<location_name>.json for convenience.

Building and packaging

rm -R dist
python3 -m build
python3 -m twine upload dist/* --verbose

About

A thin wrapper for the Homely alarm company API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages