# Philips Hue Bridge Configuration
# Copy this file to .env and fill in your actual values
# IP address of your Hue Bridge
# Find it via: https://discovery.meethue.com/ or your router's DHCP list
HUE_BRIDGE_IP=192.168.1.x
# API Key (username) for your Hue Bridge
# Obtain by pressing the bridge button and running:
# curl -X POST http://<BRIDGE_IP>/api -H "Content-Type: application/json" -d '{"devicetype":"hue-mcp-server#user"}'
HUE_API_KEY=your-api-key-here