mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Cover component for Tormatic and Novoferm garage doors (#5933)
This commit is contained in:
13
tests/components/tormatic/common.yaml
Normal file
13
tests/components/tormatic/common.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
uart:
|
||||
- id: uart_tormatic
|
||||
tx_pin: ${tx_pin}
|
||||
rx_pin: ${rx_pin}
|
||||
baud_rate: 9600
|
||||
|
||||
cover:
|
||||
- platform: tormatic
|
||||
uart_id: uart_tormatic
|
||||
id: tormatic_garage_door
|
||||
name: Tormatic Garage Door
|
||||
open_duration: 15s
|
||||
close_duration: 22s
|
5
tests/components/tormatic/test.esp32-ard.yaml
Normal file
5
tests/components/tormatic/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO17
|
||||
rx_pin: GPIO16
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/tormatic/test.esp32-c3-ard.yaml
Normal file
5
tests/components/tormatic/test.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO4
|
||||
rx_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/tormatic/test.esp32-c3-idf.yaml
Normal file
5
tests/components/tormatic/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO4
|
||||
rx_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/tormatic/test.esp32-idf.yaml
Normal file
5
tests/components/tormatic/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO17
|
||||
rx_pin: GPIO16
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/tormatic/test.esp8266-ard.yaml
Normal file
5
tests/components/tormatic/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO4
|
||||
rx_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/tormatic/test.rp2040-ard.yaml
Normal file
5
tests/components/tormatic/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO4
|
||||
rx_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user