mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			271 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			271 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: host-mode-api-password
 | |
| host:
 | |
| api:
 | |
|   password: "test_password_123"
 | |
| logger:
 | |
|   level: DEBUG
 | |
| # Test sensor to verify connection works
 | |
| sensor:
 | |
|   - platform: template
 | |
|     name: Test Sensor
 | |
|     id: test_sensor
 | |
|     lambda: return 42.0;
 | |
|     update_interval: 0.1s
 |