We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I moved from Zigbee2MQTT to ZHA. And found that Ikea shortcut button E1812 is not supported.
This blueprint works for me:
name: Ikea Shortcut E1812 service: ZHA event_type: zha_event identifier_key: device_id buttons: - actions: - title: press conditions: - key: command value: "on" - key: cluster_id value: 6 - key: endpoint_id value: 1 - title: press 2x conditions: - key: command value: "off" - key: cluster_id value: 6 - key: endpoint_id value: 1 - title: hold conditions: - key: command value: "move_with_on_off" - key: cluster_id value: 8 - key: endpoint_id value: 1 - title: hold (released) conditions: - key: command value: "stop_with_on_off" - key: cluster_id value: 8 - key: endpoint_id value: 1
The text was updated successfully, but these errors were encountered:
Create a PR if you wish to add to repo
Sorry, something went wrong.
Done with #200
No branches or pull requests
I moved from Zigbee2MQTT to ZHA. And found that Ikea shortcut button E1812 is not supported.
This blueprint works for me:
The text was updated successfully, but these errors were encountered: