This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
YaHueLib/README.md

32 lines
605 B
Markdown
Raw Normal View History

2023-07-21 21:21:26 +02:00
# 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)