You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: