onlyoneme / home-assistant-custom-components-wiim

WiiM devices integration for Home Assistant.
65 stars 9 forks source link

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

Open bdelieson opened 11 months ago

bdelieson commented 11 months ago

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:

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 commented 11 months ago

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 commented 11 months ago

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!