diff --git a/custom_components/switch_manager/blueprints/zha-ikea-e1812.png b/custom_components/switch_manager/blueprints/zha-ikea-e1812.png new file mode 100644 index 00000000..06c4f3fe Binary files /dev/null and b/custom_components/switch_manager/blueprints/zha-ikea-e1812.png differ diff --git a/custom_components/switch_manager/blueprints/zha-ikea-e1812.yaml b/custom_components/switch_manager/blueprints/zha-ikea-e1812.yaml new file mode 100644 index 00000000..2fab5663 --- /dev/null +++ b/custom_components/switch_manager/blueprints/zha-ikea-e1812.yaml @@ -0,0 +1,38 @@ +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