Since last update HA 2021.3.0 I see those errors.
Maybe this is new and all custom integrations must update their manifest file, or this is a bug?
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'adaptive_lighting'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'adaptive_lighting'
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration rdw which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'rdw'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'rdw'
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration apple_tv which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'apple_tv'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'apple_tv'
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hpprinter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'hpprinter'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'hpprinter'
2021-03-04 09:03:32 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-04 09:03:35 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ProtocolBase.connection_made(SerialTranspo...dsrdtr=False)))
It will be a few releases before it will break hard… plenty of time to get the dev to fix… or you can just add a version yourself in the manifest.json file for your custom components while you wait for the dev to fix.
Any suggestion why this would be appearing even if I have version in my manifest.json file?
I’ve got a modified Sharp Aquos component that I use and I’ve added the version key but its still complaining.
2021-03-06 10:36:58 WARNING (MainThread) [homeassistant.loader] You are using a custom integration sharp_aquos which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-03-06 10:36:58 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'sharp_aquos'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'sharp_aquos'
My other custom_components were fine once I added the version string.
@ludeeus it is the general developer documentation for HA. I consulted it when I got this error for my custom integration. I was just pointing out that the there is a chance that person-in-charge for the general developer documentation may forget to update this change. Oh I know, I used to be a technical writer and for a developer documentation is way back in his priority/communication list.
Just my 5€ contribution to this wonderfull product with great community …
My issue seemed to be because the folder name of the custom component didnt align with the components ‘domain’. Once I set them to align like my other ones, its now cleared up that error.
I’m seeing this error:
No ‘version’ key in the manifest file for custom integration ‘nodered’.
I’m having all sorts of issues, I asssume this isnt causing all of them?
How to I fix it, I have access to the host platform.
Thanjs