studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Groups have scenes #82

Closed technicalpickles closed 2 years ago

technicalpickles commented 7 years ago

This takes a hint from Bridge#run_scene, but lets groups discover the scenes that use the same lights on it.

My thought was to use this to extend homeassistant to be able to use groups & scenes powered by the Hue bridge. Just looking at scenes, it seems there's a lot of cruft on your average bridge that doesn't line up with what's in the Hue app, so it seems that looking for scenes matching a group is the best way to approach it.

cc @thundergreen @sdague