Metadata-Version: 2.1
Name: halohome
Version: 0.2.0
Summary: A python library to control Eaton HALO Home Smart Lights
Home-page: https://github.com/nayaverdier/halohome
Author: Naya Verdier
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp (~=3.7)
Requires-Dist: bleak (~=0.13)
Requires-Dist: csrmesh (~=0.10)
Provides-Extra: dev
Requires-Dist: black (==21.9b0) ; extra == 'dev'
Requires-Dist: flake8 (==4.0.1) ; extra == 'dev'
Requires-Dist: flake8-bugbear (==21.9.2) ; extra == 'dev'
Requires-Dist: isort (==5.9.3) ; extra == 'dev'
Requires-Dist: twine (==3.4.2) ; extra == 'dev'
Requires-Dist: wheel (==0.37.0) ; extra == 'dev'

# halohome

A python library to control Eaton HALO Home Smart Lights


# Changelog

## 0.2.0 2021-10-21

- Support mesh communication (only need to connect to a single device
  to control all of them)
- Make network and bluetooth connections async

## 0.1.0 2021-10-17

- Initial release


