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

Platform error media_player.wiim_custom - Integration 'wiim_custom' not found. #14

Open
bdelieson opened this issue Nov 30, 2023 · 2 comments

Comments

@bdelieson
Copy link

bdelieson commented Nov 30, 2023

I've copied the four files from custom_components/wiim_custom to my /custom_components/wiim_custom/ directory and restarted HA. Then added:
media_player:

  • platform: wiim_custom
    host: x.x.x.x (wiim ip address)
    name: Wiim Pro-151E
    Checking my configuration.yaml I get, "Platform error media_player.wiim_custom - Integration 'wiim_custom' not found."

home-assistant.log says, "ERROR (SyncWorker_3) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/wiim_custom/manifest.json: unexpected character: line 7 column 1 (char 6)

manifest.json line 7 is the first line with an entry and is as follows, !DOCTYPE html

Running python v3.11

@onlyoneme
Copy link
Owner

Looks like something went wrong as you can see here
https://github.com/onlyoneme/home-assistant-custom-components-wiim/blob/beta/custom_components/wiim_custom/manifest.json
the content of this file.

@bdelieson
Copy link
Author

For some reason the contents of all four files had the same, wrong contents. I just replaced their contents with that from Github and magic happened. Issue resolved. Thank you!

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

2 participants