Created a documentation and updated the README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-07-21 22:35:31 +02:00
parent 3664f811dc
commit 66541220bf
6 changed files with 451 additions and 17 deletions

View file

@ -1,3 +1,31 @@
# YaHue Lib
Yet Another Philips Hue API Library for Python. This project only implements a subset of the API.
## Getting Started
Before you can use the API of your Hue Bridge, you have to create an API user for it.
See https://developers.meethue.com/develop/get-started-2/
## Supported Features
- 💡 Lights
- reachable
- on
- brightness
- hue
- saturation
- alert
- alert_long
- 🏠 Groups (Zones and Rooms)
- any_on
- all_on
- brightness
- hue
- saturation
- alert
- alert_long
## Documentation
see [DOCUMENTATION.md](DOCUMENTATION.md)