Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homey

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey

Command-line interface and type declarations for Homey Apps

  • 2.2.3
  • npm
  • Socket score

Version published
Weekly downloads
717
increased by34.02%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Plugins

This package ships with built-in plugins to make the development workflow easier. Plugins must be defined in /.homeyplugins.json in your app's root, and are executed in order.

Compose

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

For documentation, refer to Homey Compose.

Z-Wave

The zwave plugin installs homey-meshdriver.

For documentation, refer to AppPluginZwave.

Zigbee

The zigbee plugin installs homey-meshdriver.

For documentation, refer to AppPluginZigbee.

RF

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

For documentation, refer to AppPluginRF.

Log

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

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

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.

FAQs

Package last updated on 13 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc