I removed numpy at all from manifest and ensured that the used home assistant version is not 0.99.xx but 2021.6.5 . With that I do not have any error message in the bootstrap.py…
Now lets see if there is any other issues with that!
{
"domain": "samsungtv_tizen",
"name": "SamsungTV Tizen",
"documentation": "https://github.com/jaruba/ha-samsungtv-tizen",
"requirements": [
"websocket-client==0.56.0",
"wakeonlan==1.1.6"
],
"dependencies": [],
"codeowners": ["@jaruba"],
"homeassistant": "2021.06.6",
"version": "1.5.8"
}