devtools

Adaptive Lighting

Adaptive Lighting custom component for Home Assistant
3,460 stars215 forksPythonUpdated 9/6/2026100% free · open source
What it does

It automatically dims and shifts the color temperature of your Home Assistant lights to follow the sun, creating healthier indoor lighting without manual adjustments.

When to use it
  • You want your office lights to get cooler in the morning and warmer in the evening to support circadian rhythm.
  • You have smart bulbs that support brightness and color temperature and want them to react to sunrise/sunset automatically.
  • You need a lightweight alternative to third‑party lighting schedules that can be controlled via Home Assistant automations.
Ready-to-paste prompt
```yaml
service: adaptive_lighting.set
target:
  entity_id: light.living_room_adaptive
data:
  brightness: 180
  color_temp: 3500
  transition: 5
```
Heads up: Adaptive Lighting only works with lights that expose both `brightness` and `color_temp` (mired) attributes; trying to use it on a dim‑only or RGB‑only bulb will cause the service to fail.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/adaptive-lighting && curl -fsSL https://workflowstacks.com/api/skills/adaptive-lighting/claude-skill -o ~/.claude/skills/adaptive-lighting/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
basnijholt
Language
Python
Category
devtools
Published
8/25/2020

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.