mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00: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 | ||||
		Reference in New Issue
	
	Block a user