Öffnen des HmIP-DLD in HomeAssistant

Hallo, ja eine Lösung habe ich mittlerweile gefunden.

1.script:


2.Karte:
type: custom:mushroom-lock-card
entity: lock.homematic_wohnungstur
fill_container: true
layout: horizontal
tap_action:
  action: none
hold_action:
  action: call-service
  service: lock.lock
  target: {}


3.configuration.yaml
homekit:
  - name: HASS Bridge 
    port: 21.....
    filter:
      include_domains:
        - cover
        - light
        - switch
      include_entities:
        - cover.homematic_tor_4
        - lock.homematic_wohnungstur
        - script.wohnungstur_offnen

:crayon:by HarryP: Codezeilen formatiert (bitte immer über </> einbinden)