mirror of
https://github.com/esphome/esphome.git
synced 2025-03-20 17:48:17 +00:00
14 lines
257 B
YAML
14 lines
257 B
YAML
|
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
|