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
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.
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…