Hue sunrise
Enjoy waking up more gently by having your philips hue lights simulate a sunrise.
Installation
pip install hue-sunrise
Usage
First register your Hue bridge interactively
hue-sunrise register
Then simply call it with
hue-sunrise run
And view the config using
hue-sunrise config show
If you want to change the configuration use
hue-sunrise config ip
hue-sunrise config lights
hue-sunrise config scene-length
hue-sunrise config afterglow
or, if you want to change where the configuration files are stored use the following environment variables
HS_CONFIG_PATH
HS_LOG_PATH
And finally if anything failed an you need to manually switch of the lights use
hue-sunrise shutdown
Thanks
The beautiful CLI is due to typer.