therealryanbonham / badnest

25 stars 27 forks source link

Badnest stopped working #15

Open nmsousa76 opened 3 years ago

nmsousa76 commented 3 years ago

Looks like badnest stopped working in hass 2021.6.0. I also noticed that RedDragons integration if completely gone.

bregtvandenbergh commented 3 years ago

Indeed, this is because the manifest.json doesnt containe a version.

Cfr. From the changelog

Version# For core integrations, this should be omitted.

The version of the integration is required for custom integrations. The version needs to be a valid version recognized by AwesomeVersion like CalVer or SemVer.

bregtvandenbergh commented 3 years ago

Looks like badnest stopped working in hass 2021.6.0. I also noticed that RedDragons integration if completely gone.

If you open the manifest.json file of the badnest integration, Just inserts the following:

"version": "1.0.0",

Restart the host and it wil work again.

Kind regards,

Bregt

DolfLund commented 3 years ago

Thank you for your help ahead of time,

I have tried this and it did not resolve, I am on 2021.6.2

My resulting manifest.json

{ "domain": "badnest", "name": "Bad Nest (A hack around the Nest component to pull from their internal api)", "documentation": "https://custom-components.github.io/badnest", "dependencies": [], "codeowners": [ "@USA-RedDragon" ], "homeassistant": "0.97.0", "version": "1.0.0", "requirements": [] }

Any other suggestions?

UPDATE: I hadn't rebooted host only HA.

bregtvandenbergh commented 3 years ago

For me this worked:

Screenshot_20210606-221408_Home Assistant

After reboot host it should work.

Grts

bregtvandenbergh commented 3 years ago

Also newest version of ha here

DemiMelfice commented 3 years ago

Same issue, home assistant won't allow a basic reset because it knows BadNest wasn't loaded. Should really look at getting this included in an update?