-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (21 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
----------------------------------------------------------------------------
aiohomeeclient
Asyncio Homee API Client
----------------------------------------------------------------------------
This project provides asyncio based APIs to connect to and communicate
with an homee smart home device (https://www.hom.ee).
The code is loosely based on the work of "twendt"
(https://github.com/twendt/pyhomee) licensed under the "MIT License". As
large portions have been rewritten the project is not related or continued
under the same name.
----------------------------------------------------------------------------
Licensing
----------------------------------------------------------------------------
This source code is released under the conditions of the license defined in
the "LICENSE" file.
----------------------------------------------------------------------------
Contributing
----------------------------------------------------------------------------
The project is hosted on Github. Please use the configured issue tracker and
provided tools for contribution.
----------------------------------------------------------------------------