Add button actions and presence reset blueprints

- Add inovelli_button_actions blueprint for multi-tap controls
  - Double-tap up: brightness boost (+50%)
  - Double-tap down: return to adaptive lighting
  - Triple-tap up: max brightness (100%, 4000K)
  - Triple-tap down: night light (5%, warm red)
  - Configurable auto-reset timeout

- Add presence_mode_reset blueprint for occupancy integration
  - Auto-reset manual control when room empty
  - Optional mode reset to default
  - Configurable empty delay
  - Multiple occupancy sensor support

- Fix entity name in living room template (light.living_room_lights)
This commit is contained in:
2025-12-21 14:30:41 -08:00
parent 602a2b7e78
commit 5eec41a43c
3 changed files with 281 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ automation:
alias: "Living Room: Reset Mode to Adaptive When Off"
trigger:
- platform: state
entity_id: light.living_room # UPDATE THIS
entity_id: light.living_room_lights # UPDATE THIS
to: 'off'
action:
- service: input_select.select_option