Skip to content

Drenso/athombv-node-homey

 
 

Repository files navigation

Homey

Command-line interface and type declarations for Homey Apps.

Installation

$ npm i -g homey

Getting started

To get started run:

$ homey --help

Or read the getting started documentation.

What is Compose?

The compose copies & merges files, which is useful for very large Homey Apps.

For documentation, refer to Homey Compose.

Don't forget to add the HOMEY_LOG_URL variable to your env.json.

Homey Apps SDK Documentation

Please visit https://developer.athom.com for more information.

Useful links

Z-Wave

The zwave installs homey-zwavedriver.

Zigbee

The zigbee installs homey-zigbeedriver.

RF

The rf installs homey-rfdriver, and copies pairing templates to /.homeycompose/.

OAuth2

The oauth2 installs homey-oauth2app.

Log

The log installs homey-log. You must still require the module in the app yourself:

const { Log } = require('homey-log');

Packages

No packages published

Languages

  • JavaScript 100.0%