You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to dim a set of lights using a Shelly BLU Switch 4. I’ve so far managed to integrate this device using bthome, with all 4 buttons showing up as entities. Each button produces events for automations (according to the bthome spec):
Hey there @Ernst79, @thecode, mind taking a look at this issue as it has been labeled with an integration (bthome) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of bthome can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign bthome Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
I’m trying to dim a set of lights using a Shelly BLU Switch 4. I’ve so far managed to integrate this device using bthome, with all 4 buttons showing up as entities. Each button produces events for automations (according to the bthome spec):
0x01 press
0x02 double_press
0x03 triple_press
0x04 long_press
0x05 long_double_press
0x06 long_triple_press
One event is missing though, hold_press 0x80.
My device supports this event type, and is on the latest firmware version 1.0.20-rc8.
Support for hold_press was added to bthome-ble in 3.9.0.
Am I doing something wrong, or is this event not supported or not working as intended in HA bthome integration?
What version of Home Assistant Core has the issue?
2025.1.2
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
BTHome
Link to integration documentation on our website
https://www.home-assistant.io/integrations/bthome/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: