Implement IKEA Styrbar remote support in the Control Anything blueprint - #33
Open
jeverley wants to merge 8 commits into
Open
Implement IKEA Styrbar remote support in the Control Anything blueprint#33jeverley wants to merge 8 commits into
jeverley wants to merge 8 commits into
Conversation
This update adds support for the IKEA Styrbar remote, including left/right button actions and double press options. The blueprint input structure is refactored into sections for clarity, new triggers and actions for Styrbar are introduced, and virtual double press logic is extended to left/right buttons. Documentation and descriptions are updated to reflect the expanded device and action support. Wait trigger functionality within choose actions is also simplified using the conditional enable option for zha/z2m triggers.
Renamed ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml to ikea_E1743-E2201-E2213-E2313_ZHA-Z2M_control-anything.yaml to reflect support for the E2313 device.
…rations aren't broken
Updated terminology from 'long press' to 'hold' throughout the IKEA remote control blueprint for consistency and clarity. Section names, aliases, and related comments were adjusted accordingly.
jeverley
force-pushed
the
styrbar-support
branch
from
January 14, 2026 17:28
baeb36d to
2cb6c11
Compare
Replaces uses of zha_enabled/mqtt_enabled with is_zha/is_mqtt in wait_for_trigger actions (hold/virtual double press). Adds trigger_time variable for better compatibility with z2m.
…e press and hold configuration (delay, loops) The script now also evaluates whether double press actions are configured instead of relying on a toggle for exposing the virtual double press.
jeverley
force-pushed
the
styrbar-support
branch
from
January 15, 2026 14:15
1a3d487 to
f19e058
Compare
jeverley
force-pushed
the
styrbar-support
branch
from
January 18, 2026 12:21
4992da3 to
aea8b87
Compare
…use errors when loading actions into variables
jeverley
force-pushed
the
styrbar-support
branch
from
January 18, 2026 12:22
aea8b87 to
2a83d6f
Compare
|
Hey @jeverley |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update adds support for the IKEA Styrbar remote, including on/off and left/right button actions.
Single press, virtual double press and hold actions are implemented.
The blueprint input structure is refactored into sections for clarity (since we now have on/off and left/right buttons), existing config inputs have not been renamed - this is to preserve backwards compatibility.
Wait trigger functionality within choose actions is also simplified using the conditional
enableoption for zha/mqtt triggers.Documentation and descriptions are updated to reflect the expanded device and action support.