mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add some components to the new testing framework (N) (#6210)
This commit is contained in:
		
							
								
								
									
										20
									
								
								tests/components/noblex/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								tests/components/noblex/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| remote_receiver: | ||||
|   id: rcvr | ||||
|   pin: 4 | ||||
|   dump: all | ||||
|  | ||||
| remote_transmitter: | ||||
|   pin: 2 | ||||
|   carrier_duty_percent: 50% | ||||
|  | ||||
| sensor: | ||||
|   - platform: template | ||||
|     id: noblex_ac_sensor | ||||
|     lambda: "return 21;" | ||||
|  | ||||
| climate: | ||||
|   - platform: noblex | ||||
|     name: AC Living | ||||
|     id: noblex_ac | ||||
|     sensor: noblex_ac_sensor | ||||
|     receiver_id: rcvr | ||||
		Reference in New Issue
	
	Block a user