Skip to content

Commit f9590d9

Browse files
authored
add version text sensor to dry contact
1 parent 7e8aadc commit f9590d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

base_drycontact.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ external_components:
1111
preferences:
1212
flash_write_interval: 1min
1313

14+
text_sensor:
15+
- platform: version
16+
name: "Firmware Version"
17+
1418
ratgdo:
1519
id: ${id_prefix}
1620
output_gdo_pin: ${uart_tx_pin}
@@ -92,4 +96,4 @@ button:
9296
on_press:
9397
then:
9498
lambda: !lambda |-
95-
id($id_prefix).door_toggle();
99+
id($id_prefix).door_toggle();

0 commit comments

Comments
 (0)