Go to file
2023-02-05 22:24:58 -08:00
phlyght fix output default config 2023-02-05 22:24:12 -08:00
.flake8 fix up example a bit, modify defaults for models 2023-01-04 01:17:06 -08:00
.gitignore .gitignore 2023-02-05 22:24:58 -08:00
.python-version update example 2023-02-05 22:18:22 -08:00
config_example.yaml fix output default config 2023-02-05 22:24:12 -08:00
COPYING listen to the colors 2022-12-11 13:09:27 -08:00
example.py update example 2023-02-05 22:18:22 -08:00
pyproject.toml update example 2023-02-05 22:18:22 -08:00
README.md update example 2023-02-05 22:18:22 -08:00

Phlyght

This is an async implementation of the v2 Philips Hue API.

For a brief example of how to use, see here

Events Desc
on_ready ;
on_behavior_instance_update ;
on_behavior_script_update ;
on_bridge_update ;
on_bridge_home_update ;
on_button_update ;
on_device_power_update ;
on_entertainment_update ;
on_entertainment_configuration_update ;
on_geofence_client_update ;
on_geolocationa_update ;
on_light_update ;
on_grouped_light_update ;
on_light_level_update ;
on_motion_update ;
on_relative_rotary_update ;
on_room_update ;
on_scene_update ;
on_temperature_update ;
on_zigbee_connectivity_update ;
on_zigbee_device_discovery_update ;
on_zgb_connectivity_update ;
on_zone_update ;