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:
		
							
								
								
									
										18
									
								
								tests/components/ble_rssi/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/components/ble_rssi/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| esp32_ble_tracker: | ||||
|  | ||||
| sensor: | ||||
|   - platform: ble_rssi | ||||
|     mac_address: AC:37:43:77:5F:4C | ||||
|     name: BLE Google Home Mini RSSI value | ||||
|   - platform: ble_rssi | ||||
|     service_uuid: 11aa | ||||
|     name: BLE Test Service 16 | ||||
|   - platform: ble_rssi | ||||
|     service_uuid: "11223344" | ||||
|     name: BLE Test Service 32 | ||||
|   - platform: ble_rssi | ||||
|     service_uuid: 11223344-5566-7788-99aa-bbccddeeff00 | ||||
|     name: BLE Test Service 128 | ||||
|   - platform: ble_rssi | ||||
|     service_uuid: 11223344-5566-7788-99aa-bbccddeeff00 | ||||
|     name: BLE Test iBeacon UUID | ||||
		Reference in New Issue
	
	Block a user