mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Make OTA function switchable in web_server component (#2685)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -234,6 +234,7 @@ logger: | ||||
|  | ||||
| web_server: | ||||
|   port: 8080 | ||||
|   ota: true | ||||
|   css_url: https://esphome.io/_static/webserver-v1.min.css | ||||
|   js_url: https://esphome.io/_static/webserver-v1.min.js | ||||
|  | ||||
|   | ||||
| @@ -45,6 +45,7 @@ logger: | ||||
|   level: DEBUG | ||||
|  | ||||
| web_server: | ||||
|   ota: false | ||||
|   auth: | ||||
|     username: admin | ||||
|     password: admin | ||||
|   | ||||
		Reference in New Issue
	
	Block a user