This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Noobs question - where to start to develop an App
This discussion has been closed.
Comments
Enjoy!
Maybe even with an app your not intended to write or is worth publishing.
Try to get flows working with simple text.
Download some existing apps from Github and start changing them to get why it's working the way it does.
And join us on Slack. There are more devs who could help you out.
The only condition is that, with the knowledge you gained, you help others
i need to edit an existing app, in my case i need to edit this file:
https://github.com/kruimel0/yamaha-app-homey/blob/master/drivers/receiver/driver.js
to add more input source to make Homey control them (cause my stereo has more input).
I'm noobs on programming too but it s not too difficult to edit that file.. my question is,
how can i publish it (and sharing it)? or install or substitute that file only on my homey?
You can then "fork" the https://github.com/kruimel0/yamaha-app-homey/ repository. Clone it to your PC and work on the changes. Commit the changes, push them when it's working and then you can do a "pull request" at the original so they can include your changes into the "official" app.