fishbigger / HomeAssistant-Tapo-P100-Control

A custom integration for home assistant to control the Tapo P100 plugs
MIT License
207 stars 69 forks source link

No 'version' key in the manifest file for custom integration 'tapo_p100_control' #22

Open andye2801 opened 3 years ago

andye2801 commented 3 years ago

Hi,

Just seen this in my logs in HA, I cloned the latest version just now and the error is still in the log, not sure if you were aware or not.

Logger: homeassistant.loader Source: loader.py:794 First occurred: 17:21:50 (1 occurrences) Last logged: 17:21:50

No 'version' key in the manifest file for custom integration 'tapo_p100_control'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'tapo_p100_control'

richard-scott commented 3 years ago

Please can you look in your local manifest file, as the version key data is in the Main branch.

This is the full path to the file: /usr/share/hassio/homeassistant/custom_components/tapo_p100_control/manifest.json

shiner66 commented 3 years ago

That's weird, could it be: "version" : "0.0.0" causing the issue?

richard-scott commented 3 years ago

I wrote that patch, and it works fine for me. I can only assume your issue is a local one.