Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badnest stopped working #15

Open
nmsousa76 opened this issue Jun 3, 2021 · 6 comments
Open

Badnest stopped working #15

nmsousa76 opened this issue Jun 3, 2021 · 6 comments

Comments

@nmsousa76
Copy link

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

@bregtvandenbergh
Copy link

bregtvandenbergh commented Jun 5, 2021

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
Copy link

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
Copy link

DolfLund commented Jun 6, 2021

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
Copy link

For me this worked:

Screenshot_20210606-221408_Home Assistant

After reboot host it should work.

Grts

@bregtvandenbergh
Copy link

Also newest version of ha here

@DemiMelfice
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants