mattisgn

Results 2 comments of mattisgn

Temporary fix: switch: - platform: template switches: entrance_lock_status: friendly_name: "Entrance Lock Status" value_template: "{{ is_state('lock.entrance_lock', 'locked') }}" turn_on: service: script.turn_on entity_id: script.lock_entrance_lock turn_off: service: script.turn_on entity_id: script.unlock_entrance_lock And script: unlock_entrance_lock:...

Emulates a switch but with the pin entered directly in the script, bypassing the bug. Put everything in configuration.yaml