[Switch Manager] Blueprint: Shelly Blu Wall Switch 4

Hi,

hier mein kürzlich erstellter Blueprint zum Shelly Blu Wall Switch 4.

(Soeben auch einen PR auf Github erstellt.)

Blueprint

bthome-shelly-blu-wall-switch4.yaml

name: Shelly BLU Wall Switch 4
service: BTHome
event_type: bthome_ble_event
identifier_key: device_id
buttons:
  - x: 45
    y: 45
    width: 206
    height: 205
    conditions:
      - key: event_class
        value: button_1
    actions:
      - title: press
        conditions:
          - key: event_type
            value: press
      - title: press 2x
        conditions:
          - key: event_type
            value: double_press
      - title: press 3x
        conditions:
          - key: event_type
            value: triple_press
      - title: hold
        conditions:
          - key: event_type
            value: long_press
  - x: 45
    y: 252
    width: 206
    height: 205
    conditions:
      - key: event_class
        value: button_2
    actions:
      - title: press
        conditions:
          - key: event_type
            value: press
      - title: press 2x
        conditions:
          - key: event_type
            value: double_press
      - title: press 3x
        conditions:
          - key: event_type
            value: triple_press
      - title: hold
        conditions:
          - key: event_type
            value: long_press
  - x: 252
    y: 45
    width: 206
    height: 205
    conditions:
      - key: event_class
        value: button_3
    actions:
      - title: press
        conditions:
          - key: event_type
            value: press
      - title: press 2x
        conditions:
          - key: event_type
            value: double_press
      - title: press 3x
        conditions:
          - key: event_type
            value: triple_press
      - title: hold
        conditions:
          - key: event_type
            value: long_press
  - x: 252
    y: 252
    width: 206
    height: 205
    conditions:
      - key: event_class
        value: button_4
    actions:
      - title: press
        conditions:
          - key: event_type
            value: press
      - title: press 2x
        conditions:
          - key: event_type
            value: double_press
      - title: press 3x
        conditions:
          - key: event_type
            value: triple_press
      - title: hold
        conditions:
          - key: event_type
            value: long_press

Image

bthome-shelly-blu-wall-switch4.png

Da das System dazwischen pfuscht und ein JPEG daraus macht:

https://bilderupload.org/image/691763709-bthome-shelly-blu-wall-sw.png

Ich habe es in Switch Manager importiert, bild spinnt noch. Wie verbinde ich bild mit Script?

Plus, wie erstelle ich das auf single press Hue lampe an geht, bis jetzt alles probiert? Uber Normale automation funktioniert es.

Ich habe das Bild selber name gegeben with das Script und jetzt sehe ich es.

Wichtig ist das man bild umdrehen muss so das es auch passt. Dann geht es.