-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Open
Description
The problem
I have noticed Home Assistant automations triggered by Lutron Caseta button presses are intermittently working correctly. When the issue occurs, I check the automation history which confirms the automation did not run from the Lutron Button press. It seems to work about 50% of the time when I push a Lutron Caseta button linked to an automation. This used to work 100% of the time earlier this year. I believe the issue begin in the fall ~2025.10.00.
Details:
Installation method
Home Assistant OS
Core
2025.12.0
Supervisor
2025.12.2
Operating System
16.3
Frontend
20251203.0
What version of Home Assistant Core has the issue?
2025.12.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Lutron Caseta
Link to integration documentation on our website
integration: lutron_caseta
Diagnostics information
No response
Example YAML snippet
alias: Bedroom Keypad Automations
description: ""
use_blueprint:
path: exciton/pico_four_button_scene.yaml
input:
pico_remote:
- d812e476779231aa8d0e10bc135fbb82
button_3_press:
- metadata: {}
data:
code: "5441"
target:
device_id: 647e6017bd0daa4d5ab715b30973cb7a
action: alarm_control_panel.alarm_arm_home
- data:
activity_uuid: B86EAF6C-A018-4863-A035-EF29CECB13A3
toggle_state: "off"
action: rest_command.roomie_activities
- target:
entity_id:
- input_boolean.basement_motion_boolean
- input_boolean.bedroom_motion_boolean
- input_boolean.main_floor_motion_boolean
data: {}
action: input_boolean.turn_on
- metadata: {}
data: {}
target:
device_id: 63f62431b8d687d20a96cdd6196bfb6e
action: light.turn_off
- metadata: {}
data: {}
target:
device_id: 694e4a46ac21faec5690dd5912968299
action: switch.turn_off
- metadata: {}
data: {}
target:
device_id: e807f98f9ef279bb3aef3f7e88767faf
action: switch.turn_on
- action: scene.turn_on
metadata: {}
data: {}
target:
entity_id: scene.non_lutron_int_off
button_1_press:
- data:
activity_uuid: 52A9A33C-CAD8-4BFA-93A2-9067F213F715
toggle_state: "on"
action: rest_command.roomie_activities
button_0_hold:
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 0
- metadata: {}
data: {}
target:
area_id:
- upstairs
- kitchen
- living_room
action: light.turn_off
button_2_hold:
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 0
- metadata: {}
data: {}
target:
area_id:
- kitchen
- basement
- living_room
action: light.turn_off
button_0_press:
- action: scene.turn_on
metadata: {}
data: {}
target:
entity_id: scene.non_lutron_upstairs_button
button_2_press:
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.night_nurse_automation
enabled: falseAnything in the logs that might be useful for us?
Additional information
No response