this repo has no description

add hue bridge env vars from prefect variables

+3
+3
prefect.yaml
··· 7 7 name: process-pool 8 8 job_variables: 9 9 command: "uv run --with git+https://tangled.org/zzstoatzz.io/solux@main -m prefect.engine" 10 + env: 11 + HUE_BRIDGE_IP: "{{ prefect.variables.hue_bridge_ip }}" 12 + HUE_BRIDGE_USERNAME: "{{ prefect.variables.hue_bridge_username }}" 10 13 schedules: 11 14 - interval: 900 12 15 pull: