mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (B) (#8185)
This commit is contained in:
		
							
								
								
									
										20
									
								
								tests/components/bl0940/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								tests/components/bl0940/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| uart: | ||||
|   - id: uart_bl0939 | ||||
|     tx_pin: ${tx_pin} | ||||
|     rx_pin: ${rx_pin} | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| sensor: | ||||
|   - platform: bl0940 | ||||
|     voltage: | ||||
|       name: BL0940 Voltage | ||||
|     current: | ||||
|       name: BL0940 Current | ||||
|     power: | ||||
|       name: BL0940 Power | ||||
|     energy: | ||||
|       name: BL0940 Energy | ||||
|     internal_temperature: | ||||
|       name: BL0940 Internal temperature | ||||
|     external_temperature: | ||||
|       name: BL0940 External temperature | ||||
		Reference in New Issue
	
	Block a user