lievencoghe / cambridge_cxn

Home Assistant Custom Component for controlling Cambridge Audio CXNv2 network streamers
12 stars 11 forks source link

Platform error media_player.cambridge_cxn - Integration 'cambridge_cxn' not found. #2

Open jlukas99 opened 3 years ago

jlukas99 commented 3 years ago

I have error when check configuration so i cant restart machine

Bvdmooren commented 2 years ago

I have error when check configuration so i cant restart machine

I had the same issue, adding a "version" to the Manifest JSON fixed it for me.

ShallonTZ commented 1 year ago

I am having this same issue but when I look inside the manifest. json there is already a 'version';

{
  "domain": "cambridge_cxn",
  "name": "Cambridge Audio CXN",
  "documentation": "https://github.com/lievencoghe/cambridge_cxn",
  "issue_tracker": "https://github.com/lievencoghe/cambridge_cxn/issues",
  "requirements": [],
  "dependencies": [],
  "codeowners": [
    "@lievencoghe"
  ],
  "version": "0.4",
  "iot_class": "local_push"
}

is this what you are talking about?

thanks for any help.

antmarcha commented 1 year ago

Same problem here, any solution?

lievencoghe commented 1 year ago

Hi, I have just committed version 0.5. I changed the manifest.json file to include some parameters that were missing before. Also use the new media_player.py file.

Please try this version. Works fine on my end. Let me know how you get on!

Thanks, Lieven