mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Consolidate test files where all tests are identical (#6690)
This commit is contained in:
		
							
								
								
									
										19
									
								
								tests/components/shelly_dimmer/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								tests/components/shelly_dimmer/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| uart: | ||||
|   - id: uart_shelly_dimmer | ||||
|     tx_pin: 4 | ||||
|     rx_pin: 5 | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| light: | ||||
|   - platform: shelly_dimmer | ||||
|     name: Shelly Dimmer Light | ||||
|     power: | ||||
|       name: Shelly Dimmer Power | ||||
|     voltage: | ||||
|       name: Shelly Dimmer Voltage | ||||
|     current: | ||||
|       name: Shelly Dimmer Current | ||||
|     max_brightness: 500 | ||||
|     firmware: "51.6" | ||||
|     nrst_pin: 13 | ||||
|     boot0_pin: 14 | ||||
		Reference in New Issue
	
	Block a user