I get the following timeout error with platformio when flashing. I know nothing about this except everything was working fine. I can flash with ESPhome command line and with ESP home web, just not with the home assistant GUI. I uninstalled ESPhome from Home Assistant and reinstalled, same issue.
INFO Compiling app...
Processing esphome-web-5bad50 (board: esp32dev; framework: arduino; platform: platformio/espressif32 @ 3.3.2)
--------------------------------------------------------------------------------
Platform Manager: Installing platformio/espressif32 @ 3.3.2
WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54b9eea6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v3/packages/platformio/platform/espressif32
(repeats 5 times)
Error: HTTPSConnectionPool(host='api.registry.ns1.platformio.org', port=443): Max retries exceeded with url: /v3/packages/platformio/platform/espressif32 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54b9f2cb50>: Failed to establish a new connection: [Errno 111] Connection refused'))
Thanks
Kay