zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

No 'version' key in the manifest file for custom integration 'dualmode_generic'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'dualmode_generic' #19

Closed towerclimber87 closed 3 years ago

towerclimber87 commented 3 years ago

I am gettting this error. the device works fine but i am afraid that it will stop working.

GsynthChris commented 3 years ago

I just updated to the most recent HA and not the error specifies a date. Looks like it will be blocked in the June release

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

GsynthChris commented 3 years ago

Work around was pretty simple. I just added a line to the manifest.json with "version":"1.0" and after a restart the error isn't in my logs anymore.

{
    "domain": "dualmode_generic",
    "name": "Dual-Mode Generic Thermostat",
    "documentation": "https://github.com/zacs/ha-dualmodegeneric",
    "version": "1.0",
    "dependencies": [],
    "codeowners": ["@zacs"],
    "requirements": []
}
towerclimber87 commented 3 years ago

Awesome, thanks!

On Thu, Apr 15, 2021 at 12:55 AM Chris Brooks @.***> wrote:

Work around was pretty simple. I just added a line to the manifest.json with "version":"1.0" and after a restart the error isn't in my logs anymore.

{ "domain": "dualmode_generic", "name": "Dual-Mode Generic Thermostat", "documentation": "https://github.com/zacs/ha-dualmodegeneric", "version": "1.0", "dependencies": [], "codeowners": @.***"], "requirements": [] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zacs/ha-dualmodegeneric/issues/19#issuecomment-820135923, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRVXKQWHLVHW7L6EQGHGIDTIZ5TNANCNFSM4YZOOBAQ .

franfos commented 3 years ago

Hi @zacs , are you still on charge of this repo? Maybe, if you are not able to attend it, you can add a collaborator who can keep it alive.

Best regards.

zacs commented 3 years ago

I would be happy to add a collaborator, if someone is willing. Obviously the version addition is simple -- fixed in 8702384e528fb0d9f2d3ef21539a003b5574e31f.