diff --git a/esphome/dashboard/dashboard.py b/esphome/dashboard/dashboard.py index 43870d0f34..5fb0a06bf3 100644 --- a/esphome/dashboard/dashboard.py +++ b/esphome/dashboard/dashboard.py @@ -1580,8 +1580,6 @@ async def async_start_web_server(args): shutdown_event = asyncio.Event() try: await shutdown_event.wait() - except KeyboardInterrupt: - raise finally: _LOGGER.info("Shutting down...") STOP_EVENT.set()