Skip to content

Commit 270f993

Browse files
committed
update Paradox interface based on feedback from client
1 parent cb05d10 commit 270f993

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/esp32-s3-devkit-c-interface-paradox-evo192.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ substitutions:
1717
name: konnected
1818
friendly_name: Alarm Panel Interface
1919
project_name: konnected.esp32-s3-devkit-c-interface-paradox-evo192
20-
project_version: 0.1.2
20+
project_version: 0.1.3
2121
sensor_debounce_time: 200ms
2222
warning_beep_pulse_time: 100ms
2323
warning_beep_pause_time: 130ms
@@ -38,7 +38,7 @@ substitutions:
3838
alarm2: GPIO14
3939
out1: GPIO48
4040
status_led: GPIO44
41-
keyswitch_momentary_time: 300ms
41+
keyswitch_momentary_time: 5s
4242
status_led_inverted: "true"
4343

4444
# To connect to AWS IoT specifiy connection parameters and credentials specific
@@ -73,8 +73,8 @@ packages:
7373
- packages/alarm-panel/zone10.yaml
7474
- packages/alarm-panel/zone11.yaml
7575
- packages/alarm-panel/zone12.yaml
76-
- packages/alarm-panel/alarm1.yaml
77-
- packages/alarm-panel/alarm2.yaml
76+
# - packages/alarm-panel/alarm1.yaml
77+
# - packages/alarm-panel/alarm2.yaml
7878

7979
alarm_control_panel:
8080
platform: template
@@ -113,11 +113,11 @@ binary_sensor:
113113
# Monitor the alarm triggered/cleared state of the physical panel
114114
# and update the virtual alarm panel accordingly
115115
- id: !extend zone11
116+
internal: true
116117
pin:
117118
number: $zone11
118119
mode: INPUT_PULLUP
119120

120-
# state_topic: esphome/${mac}/binary_sensor/11/state
121121
on_state:
122122
- if:
123123
condition:
@@ -135,11 +135,11 @@ binary_sensor:
135135
# Monitor the alarm armed/disarmed state of the physical panel
136136
# and update the virtual alarm panel accordingly
137137
- id: !extend zone12
138+
internal: true
138139
pin:
139140
number: $zone12
140141
mode: INPUT_PULLUP
141142

142-
# state_topic: esphome/${mac}/binary_sensor/12/state
143143
on_state:
144144
- if:
145145
condition:

0 commit comments

Comments
 (0)