mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-07-01 04:00:08 -07:00
Bear Stone Smart Home Documentation
Be sure to ⭐ my configuration repo so you can keep up to date on any daily progress!
Reusable lighting and ambiance presets. Automations and scripts call these scenes to avoid duplicating brightness/color targets everywhere.
Quick navigation
- You are here:
config/scene/(scenes library) - Repo overview | Config index | Scripts | Automations
Featured files to browse
| File | Why it matters |
|---|---|
| monthly_colors.yaml | Exterior lighting colors mapped to holidays and seasons. |
| living_room.yaml | Core living-room presets: TV Time, red alert, new daytime cool and evening amber defaults. |
Scene color schemes
| Scene | Colors / temps | Driven by |
|---|---|---|
| TV Time | Gold accents, low brightness, fronts off | Called by media/TV automations |
| Red_living_Room | All fixtures red, mid/high brightness | Alert/entry automations (garage/doors) |
| Living_Room_Daytime_Cool | 5500K cool white, full brightness | Living room default automation (day) |
| Living_Room_Evening_Amber | 2700K warm/amber, softer brightness | Living room default automation (night) |
| month_standard_colors | Baseline white/neutral monthly palette | sensor.holiday_lighting_mode = standard |
| month_RWB_colors | Red/white/blue set (patriotic/July 4th) | sensor.holiday_lighting_mode = RWB |
| month_valentine_colors | Valentine pinks/reds | sensor.holiday_lighting_mode = valentine |
| month_mardi_gras_colors | Purple/green/gold Mardi Gras | sensor.holiday_lighting_mode = mardi_gras |
| month_st_patty_colors | Green-centric St. Patrick's | sensor.holiday_lighting_mode = st_patty |
| month_pi_colors | Pi Day playful hues | sensor.holiday_lighting_mode = pi |
| month_easter_colors | Pastel Easter set | sensor.holiday_lighting_mode = easter |
| month_starwars_colors | Star Wars themed mix | sensor.holiday_lighting_mode = starwars |
| month_cinco_de_mayo_colors | Cinco de Mayo festive mix | sensor.holiday_lighting_mode = cinco_de_mayo |
| month_mothers_day_colors | Mother's Day palette | sensor.holiday_lighting_mode = mothers_day |
| month_fathers_day_colors | Father's Day palette | sensor.holiday_lighting_mode = fathers_day |
| month_halloween_colors | Halloween oranges/purples | sensor.holiday_lighting_mode = halloween |
| month_veterans_colors | Veterans Day palette | sensor.holiday_lighting_mode = veterans |
| month_thanksgiving_colors | Autumn harvest tones | sensor.holiday_lighting_mode = thanksgiving |
| month_hanukkah_colors | Hanukkah blues/whites | sensor.holiday_lighting_mode = hanukkah |
| month_christmas_colors | Christmas reds/greens | sensor.holiday_lighting_mode = christmas |
| month_new_years_day_colors | New Year's bright/celebratory | sensor.holiday_lighting_mode = new_years_day |
Tips
- Adjust scenes once and let all dependent automations inherit the change.
- Pair with
script/monthly_color_scene.yaml; the active mode and scene are exposed bysensor.holiday_lighting_modeandsensor.holiday_lighting_scene.
All of my configuration files are tested against the most stable version of home-assistant.

