mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Add local mDNS responder for .local (#386)
* Add local mDNS responder * Fix * Use mDNS in dashboard status * Lint * Lint * Fix test * Remove hostname * Fix use enum * Lint
This commit is contained in:
		| @@ -454,7 +454,7 @@ def run_logs(config, address): | ||||
|  | ||||
|         wait_time = min(2**tries, 300) | ||||
|         if not has_connects: | ||||
|             _LOGGER.warning(u"Initial connection failed. The ESP might not be connected" | ||||
|             _LOGGER.warning(u"Initial connection failed. The ESP might not be connected " | ||||
|                             u"to WiFi yet (%s). Re-Trying in %s seconds", | ||||
|                             error, wait_time) | ||||
|         else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user