Samsung Custom integration not found

Hi friends. I am trying to integrate this module.
The problem is that I install it from hacs and when I want to restart it tells me that the integration is not installed. However I installed it and it asked me to reboot for it to work.
I clarify that I use home assistant os

GitHub - roberodin/ha-samsungtv-custom: :tv: HomeAssistant - SamsungTV Custom Component

When I configure media player samsung there is where it shows me the error.

Thanks a lot

media_player:
  - platform: samsungtv_custom
    host: 192.168.0.16
    mac: 84:A4:66:8B:1D:3A
    port: (8001 or 8002)
    sourcelist: '{"x": "KEY_HDMI1", "x": "KEY_HDMI2", "x": "KEY_HDMI3"}'

Comment out the YAML configuration, restart, then uncomment it, and restart HA again. It’s preventing you from restarting because your currently-running HA instance doesn’t yet have the new custom component loaded.

1 Like

Alternatively, just reboot

Hello. Yes I did but still the same error. I also uninstalled it and reinstalled it. I think I shouldn’t have to do anything else.
Maybe someone knows what else I can do. They are not js files they are python

If you still need this , latest Home Assistant MUST have a version string in the plugins manifest.json file…just edit the file custom_components/samsungtv_custom/manifest.json and add this line
"version": "1.0.0",
under name for example. Then when you restart it it should load it. If the version is not there the plugin is ignored by the Home Assistant…

I think that was it. Thank you very much for the help everyone