Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
222 stars 84 forks source link

Please add Paulmann 4 Tab Switch (Zigbee2mqtt) #181

Closed echicor closed 10 months ago

echicor commented 10 months ago

Hi, can you please add the "Paulmann 4 Button Switch" in your next release ? I'v written the yaml-file and also add a png-file to this Issue. So everybody can use it with the next release ;-)

name: Paulmann 4 Button Switch service: Zigbee2MQTT event_type: mqtt mqtt_topic_format: zigbee2mqtt/+/action buttons:

top left ( I )

  • x: 40 y: 40 width: 50 height: 80 actions:
    • title: press conditions:
      • key: payload value: 'on_1'
    • title: hold conditions:
      • key: payload value: brightness_move_up_1
    • title: hold (released) conditions:
      • key: payload value: brightness_stop_1

        top right ( O )

  • x: 158 y: 40 width: 50 height: 80 actions:
    • title: press conditions:
      • key: payload value: 'on_2'
    • title: hold conditions:
      • key: payload value: brightness_move_up_2
    • title: hold (released) conditions:
      • key: payload value: brightness_stop_2

bottom left ( I )

  • x: 40 y: 125 width: 50 height: 80 actions:
    • title: press conditions:
      • key: payload value: 'off_1'
    • title: hold conditions:
      • key: payload value: brightness_move_down_1
    • title: hold (released) conditions:
      • key: payload value: brightness_stop_1

bottom right ( O )

  • x: 158 y: 125 width: 50 height: 80 actions:
    • title: press conditions:
      • key: payload value: 'off_2'
    • title: hold conditions:
      • key: payload value: brightness_move_down_2
    • title: hold (released) conditions:
      • key: payload value: brightness_stop_2

zigbee2mqtt-paulmann-4-button-switch

Sian-Lee-SA commented 10 months ago

You will need to create a PR (duplicate of https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager/issues/168)