Metadata-Version: 2.1
Name: libhomeseer
Version: 1.2.2
Summary: Python3 async library for interacting with HomeSeer HS3 and HS4 via JSON and ASCII
Home-page: https://github.com/marthoc/libhomeseer
Author: Mark Coombes
Author-email: mark@markcoombes.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: asyncio
Requires-Dist: aiohttp

# libhomeseer

## Python3 async library for interacting with HomeSeer HS3 and HS4 via JSON and ASCII

*Requirements:* python3, asyncio, aiohttp  
*Deprecates*: pyhs3

Install libhomeseer with `python3 -m pip install libhomeseer`.

See `example.py` in the GitHub repo for basic usage instructions.

Provides the foundation for the Home Assistant custom integration https://github.com/marthoc/homeseer.

