Switchbot Smartlock Pro

Hier alle Infos die ich im Video erwähnt habe:

Addon Repo:

https://github.com/hsakoh/ha-addon

Zuletzt aktualisiert am 11. März 2025 um 04:51 . Wir weisen darauf hin, dass sich hier angezeigte Preise inzwischen geändert haben können. Alle Angaben ohne Gewähr.

Lock Config für configuration.yaml:

lock:
  - platform: template
    name: Garagen Tür
    value_template: "{{ is_state('binary_sensor.both_lockstate_xxxxxxxxxx', 'off') }}"
    lock:
      action: button.press
      target:
        entity_id: button.btn_1_cmd_xxxxxxxxxx
    unlock:
      action: button.press
      target:
        entity_id: button.btn_2_cmd_xxxxxxxxxx