Skip to content

Commit

Permalink
v1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Reenen authored and Jeroen van Reenen committed Aug 19, 2017
1 parent f5f9f79 commit 109bcf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project is in very early stage of development. At the moment this project supports:
- Pairing of devices connected to the harmony hub
- A mobile card supporting the power toggle functionality of the device
- An action card for sending a specific command to the harmony device using homey flows.
- An action card for sending a specific command to the Harmony device using homey flows.

# Setup

Expand Down
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const Homey = require('homey');

const HarmonyHubDiscover = require('harmonyhubjs-discover');
const harmony = require('harmonyhubjs-client');
const findHubsInterval = 60000;
let appInsights = require("applicationinsights");
let appInsightsClient;

Expand Down
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nl": "Voegt functies toe van de logitech's Harmony Hub"
},
"category": "appliances",
"version": "0.0.1",
"version": "1.0.0",
"compatibility": ">=1.5.0",
"drivers": [
{
Expand Down Expand Up @@ -43,6 +43,9 @@
],
"mobile": {
"components": [
{
"id": "icon"
},
{
"id": "button",
"capabilities": [
Expand Down

0 comments on commit 109bcf5

Please sign in to comment.