mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Support setting manual_ip under networks option (#2839)
This commit is contained in:
		| @@ -16,6 +16,10 @@ wifi: | ||||
|   networks: | ||||
|     - ssid: 'MySSID' | ||||
|       password: 'password1' | ||||
|       manual_ip: | ||||
|         static_ip: 192.168.1.23 | ||||
|         gateway: 192.168.1.1 | ||||
|         subnet: 255.255.255.0 | ||||
|  | ||||
| api: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user