mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add a single test
This commit is contained in:
		
							
								
								
									
										11
									
								
								tests/components/device/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/components/device/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| device: | ||||
|   - id: other_device | ||||
|     name: Another device | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: template | ||||
|     name: Basic sensor | ||||
|  | ||||
|   - platform: template | ||||
|     name: Other device sensor | ||||
|     device_id: other_device | ||||
		Reference in New Issue
	
	Block a user