File: README.md

package info (click to toggle)
python-aiohue 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: python: 4,444; sh: 30; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Aiohue

## Asynchronous library to control Philips Hue

Requires Python 3.10+ and uses asyncio and aiohttp.

For usage examples, see the examples folder.

## Hue Bridge version

This library supports both the new style V2 API (only available on V2 bridges) and the old style V1 API.
The biggest advantage of the V2 API is that it supports event based updates so polling is not required.

## Contribution guidelines

Object hierarchy and property/method names should match the Philips Hue API.