Merge 046f71be6d
into 88b3bdf5ff
This commit is contained in:
commit
93bbb3cebf
13
base.yaml
13
base.yaml
|
@ -142,13 +142,20 @@ binary_sensor:
|
|||
name: "Dry contact open"
|
||||
entity_category: diagnostic
|
||||
filters:
|
||||
- delayed_on_off: 500ms
|
||||
- delayed_on: 50ms
|
||||
- delayed_off: 500ms
|
||||
on_press:
|
||||
- delay: 50ms
|
||||
- if:
|
||||
condition:
|
||||
binary_sensor.is_off: ${id_prefix}_dry_contact_close
|
||||
then:
|
||||
- cover.open: ${id_prefix}_garage_door
|
||||
- if:
|
||||
condition:
|
||||
binary_sensor.is_on: ${id_prefix}_dry_contact_close
|
||||
then:
|
||||
- cover.toggle: ${id_prefix}_garage_door
|
||||
- platform: gpio
|
||||
id: "${id_prefix}_dry_contact_close"
|
||||
pin:
|
||||
|
@ -160,8 +167,10 @@ binary_sensor:
|
|||
name: "Dry contact close"
|
||||
entity_category: diagnostic
|
||||
filters:
|
||||
- delayed_on_off: 500ms
|
||||
- delayed_on: 50ms
|
||||
- delayed_off: 500ms
|
||||
on_press:
|
||||
- delay: 50ms
|
||||
- if:
|
||||
condition:
|
||||
binary_sensor.is_off: ${id_prefix}_dry_contact_open
|
||||
|
|
Loading…
Reference in New Issue