Skip to content

Instantly share code, notes, and snippets.

View jeroenwienk's full-sized avatar

Jeroen Wienk jeroenwienk

View GitHub Profile

To create a unified API for all our products we decided to introduce homey-api as the successor to athom-api. New HomeyScript's will automatically use the new API under the same global variable Homey.

Editor Scripts - https://my.homey.app/scripts/

All scripts that use the deprecated API will still work but will have a yellow indicator that tells you that it is using the deprecated API version. If your scripts are not using the global Homey API object there is no need to change the code.

To use the new API you have to create a new script and copy over the previous code and change it according to the steps below.

Advanced FlowCards