Compare commits
2 Commits
3ad262050c
...
7d4f165244
Author | SHA1 | Date |
---|---|---|
Brendan Davis | 7d4f165244 | |
Paul Wieland | f9590d94ad |
|
@ -11,6 +11,10 @@ external_components:
|
||||||
preferences:
|
preferences:
|
||||||
flash_write_interval: 1min
|
flash_write_interval: 1min
|
||||||
|
|
||||||
|
text_sensor:
|
||||||
|
- platform: version
|
||||||
|
name: "Firmware Version"
|
||||||
|
|
||||||
ratgdo:
|
ratgdo:
|
||||||
id: ${id_prefix}
|
id: ${id_prefix}
|
||||||
output_gdo_pin: ${uart_tx_pin}
|
output_gdo_pin: ${uart_tx_pin}
|
||||||
|
@ -92,4 +96,4 @@ button:
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
lambda: !lambda |-
|
lambda: !lambda |-
|
||||||
id($id_prefix).door_toggle();
|
id($id_prefix).door_toggle();
|
||||||
|
|
Loading…
Reference in New Issue