From 78e45f0d5bbe2e822c28294a8a1711d2a55ce36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Fri, 29 Jun 2018 13:25:55 +0200 Subject: [PATCH] Added Nim Home Assistant (#774) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 24f2d42..f1383ed 100644 --- a/packages.json +++ b/packages.json @@ -9722,5 +9722,19 @@ "description": "Intel hex file utility library", "license": "MIT", "web": "https://github.com/keyme/nim_intel_hex" + }, + { + "name": "nimha", + "url": "https://github.com/ThomasTJdev/nim_homeassistant", + "method": "git", + "tags": [ + "smarthome", + "automation", + "mqtt", + "xiaomi" + ], + "description": "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs", + "license": "GPLv3", + "web": "https://github.com/ThomasTJdev/nim_homeassistant" } ]