ESPHOME Update now with error Library Manager: Installing FS - FS.h: No such file or directory

Hi Folks,

I think one of the recent updates on HA broke one of my ESPHOME devices, rest of the devices which went through the same updates seem to be unharmed.

this ESP32 is just a plain old GPIO switch controlling some lights and fan through relays. Here is the error I get now trying to update.

"Processing hoesp32v4 (board: esp32dev; framework: arduino; platform: platformio/[email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
 - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Library Manager: Installing FS
Warning! Could not find the package with 'FS' requirements for your system 'linux_aarch64'
Library Manager: Installing Update
Warning! Could not find the package with 'Update' requirements for your system 'linux_aarch64'
Library Manager: Installing ESPmDNS
Warning! Could not find the package with 'ESPmDNS' requirements for your system 'linux_aarch64'
Dependency Graph
|-- AsyncTCP-esphome @ 1.2.2
|-- WiFi @ 1.2.7
|-- ESPAsyncWebServer-esphome @ 2.1.0
|   |-- AsyncTCP-esphome @ 1.2.2
|-- DNSServer @ 1.1.0
|-- AsyncMqttClient-esphome @ 0.8.6
|   |-- AsyncTCP-esphome @ 1.2.2
|-- ArduinoJson @ 6.18.5
Compiling /data/hoesp32v4/.pioenvs/hoesp32v4/src/esphome/components/captive_portal/captive_portal.cpp.o
In file included from src/esphome/components/web_server_base/web_server_base.h:11,
                 from src/esphome/components/captive_portal/captive_portal.h:10,
                 from src/esphome/components/captive_portal/captive_portal.cpp:3:
/data/hoesp32v4/.piolibdeps/hoesp32v4/ESPAsyncWebServer-esphome/src/ESPAsyncWebServer.h:27:10: fatal error: FS.h: No such file or directory

************************************************************
* Looking for FS.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:FS.h"
* Web  > https://registry.platformio.org/search?q=header:FS.h
*
************************************************************

 #include "FS.h"
          ^~~~~~
compilation terminated.
Compiling /data/hoesp32v4/.pioenvs/hoesp32v4/src/esphome/components/mqtt/mqtt_climate.cpp.o
Compiling /data/hoesp32v4/.pioenvs/hoesp32v4/src/esphome/components/mqtt/mqtt_component.cpp.o
Compiling /data/hoesp32v4/.pioenvs/hoesp32v4/src/esphome/components/mqtt/mqtt_cover.cpp.o
*** [/data/hoesp32v4/.pioenvs/hoesp32v4/src/esphome/components/captive_portal/captive_portal.cpp.o] Error 1
========================= [FAILED] Took 14.46 seconds =========================

I tried removing this FS dependency in the platformio.ini but no joy. Any help or pointers here will be really appreciated.

Likely the culprit, but no clue what it actually means…

yes but I cannot find this library in any repository.