mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			257 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			257 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: test_device
 | |
|   platform: ESP32
 | |
|   board: esp32dev
 | |
| 
 | |
| wifi:
 | |
|   ssid: "TestNetwork"
 | |
|   password: !secret wifi_password
 | |
| 
 | |
| api:
 | |
|   encryption:
 | |
|     key: !secret api_key
 | |
| 
 | |
| sensor:
 | |
|   - platform: template
 | |
|     name: "Test Sensor"
 | |
|     id: !secret test_secret
 |