mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add some components to the new testing framework (A part 2) (#6162)
This commit is contained in:
		
							
								
								
									
										17
									
								
								tests/components/alpha3/test.esp32-c3.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tests/components/alpha3/test.esp32-c3.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| esp32_ble_tracker: | ||||
|  | ||||
| ble_client: | ||||
|   - mac_address: 01:02:03:04:05:06 | ||||
|     id: alpha3_blec | ||||
|  | ||||
| sensor: | ||||
|   - platform: alpha3 | ||||
|     ble_client_id: alpha3_blec | ||||
|     flow: | ||||
|       name: "Radiator Pump Flow" | ||||
|     head: | ||||
|       name: "Radiator Pump Head" | ||||
|     power: | ||||
|       name: "Radiator Pump Power" | ||||
|     speed: | ||||
|       name: "Radiator Pump Speed" | ||||
		Reference in New Issue
	
	Block a user