alexmohr / media_player.sony

Custom component for Home Assistant to control Sony devices
Apache License 2.0
16 stars 8 forks source link

Version missing from manifest.json #30

Closed jasongreb closed 3 years ago

jasongreb commented 3 years ago

The most recent versions of Home Assistant require that a version be added to the manifest.json file. The add-on wasn't loading. I added this manually with "verison": "0.1.3" and this resolved it. It should be added to the file.

alexmohr commented 3 years ago

Manifest.json already contains a version https://github.com/alexmohr/media_player.sony/blob/master/custom_components/sony/manifest.json#L7 ?

jasongreb commented 3 years ago

Ah yes, the version I downloaded several months ago did not. I'll check against the version I have and update as necessary.