Open bdelieson opened 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.
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!
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