One update my LG tv entity changed from: media_player.lg_webos_livingroom_tv to media_player.lg_webos_livingroom_tv_2 (extra _2 end on name). Check if you have maybe same problem?
Seems there is a problem with them webos integration, but I nothing changed after the HA update
2021-12-20 08:02:15 ERROR (MainThread) [homeassistant.setup] Setup failed for webostv: Unable to import component:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.9 from "/srv/homeassistant/bin/python3"
* The NumPy version is: "1.21.4"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: libcblas.so.3: cannot open shared object file: No such file or directory
libf77blas.so.3: cannot open shared object file: No such file or directory
I solved by:
sudo apt-get install libatlas-base-dev
At second the error was:
/lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /srv/homeassistant/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-arm-linux-gnueabihf.so)
And solved running the following command inside the VENV: