zxdavb / evohome-async

An asyncio Python client to access the Evohome web service
http://evohome-client.readthedocs.org/en/latest/
Apache License 2.0
11 stars 11 forks source link

Multiple Evohome wiki. Version number not being added to manifest.json - prevents starting #10

Closed LampyDave closed 1 year ago

LampyDave commented 1 year ago

Hi there, Apologies if I'm doing this wrong - I'm brand new to HA. Very many thanks for the idiot-proof guide to getting this working. I followed this process for the first time a few days ago, and just followed it again after the recent Core update. On both occasions the version number was not added to the manifest.json file and that subsequently prevented the integration from starting.

Screenshot attached below showing the part of the process. I have not yet found an idiot-proof guide to sed to allow me to un-pick why this might be. When I amend the file manually the integration will then start fine.

Thanks again for making this accessible to massive amateurs like me :)

ACDSeeQVUltimate13_cP86a4ymjF

zxdavb commented 1 year ago

I have updated the wiki with a working sed command: sed -i '/{/a \ \ "version": "0.0.1",' manifest.json

I have addressed some other issues with the wiki.

Thanks for helping!