mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 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
 |