From f9590d94ade2792f3dbba9c5ebe7f328a0b43981 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Thu, 18 Apr 2024 14:52:53 -0400 Subject: [PATCH] add version text sensor to dry contact --- base_drycontact.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base_drycontact.yaml b/base_drycontact.yaml index 60ab11f..eefa8fc 100644 --- a/base_drycontact.yaml +++ b/base_drycontact.yaml @@ -11,6 +11,10 @@ external_components: preferences: flash_write_interval: 1min +text_sensor: + - platform: version + name: "Firmware Version" + ratgdo: id: ${id_prefix} output_gdo_pin: ${uart_tx_pin} @@ -92,4 +96,4 @@ button: on_press: then: lambda: !lambda |- - id($id_prefix).door_toggle(); \ No newline at end of file + id($id_prefix).door_toggle();