添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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)))
              

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.

"domain": "aquostv", "name": "Sharp Aquos TV", "version": "1.0", "documentation": "https://www.home-assistant.io/integrations/aquostv", "requirements": ["sharp_aquos_rc==0.4.0"], "codeowners": [], "config_flow": false

yeah, I had this warning also and when adding ‘version’ to the manifest file, it was resolved.

Anyway, the example in the documentation needs to be updated :stuck_out_tongue:
developers.home-assistant.io

And maybe also the first line in the § on Version. You can read these both ways (only for core or only for non-core)

Mario

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

Where did you find the component domain? I’m seeing this same behavior in another custom component.
Edit: This is an option also in the manifest file.

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