mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 13:43:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			249 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			249 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| wifi:
 | |
|   ssid: MySSID
 | |
|   password: password1
 | |
| 
 | |
| mdns:
 | |
|   disabled: false
 | |
|   services:
 | |
|     - service: _test_service
 | |
|       protocol: _tcp
 | |
|       port: 8888
 | |
|       txt:
 | |
|         static_string: Anything
 | |
|         templated_string: !lambda return "Something else";
 |