diff --git a/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.png b/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.png new file mode 100644 index 00000000..517d4010 Binary files /dev/null and b/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.png differ diff --git a/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.yaml b/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.yaml new file mode 100644 index 00000000..7d2ba024 --- /dev/null +++ b/custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-e1743.yaml @@ -0,0 +1,39 @@ +name: Ikea E1743 remote +service: Zigbee2MQTT +event_type: mqtt +mqtt_topic_format: zigbee2mqtt/+/action +buttons: + - x: 310 + y: 240 + width: 150 + shape: circle + actions: + - title: tap + conditions: + - key: payload + value: "on" + - title: hold + conditions: + - key: payload + value: brightness_move_up + - title: hold (released) + conditions: + - key: payload + value: brightness_stop + - x: 310 + y: 600 + width: 150 + shape: circle + actions: + - title: tap + conditions: + - key: payload + value: "off" + - title: hold + conditions: + - key: payload + value: brightness_move_down + - title: hold (released) + conditions: + - key: payload + value: brightness_stop