diff options
| author | Thomas T. Jarløv <ThomasTJdev@users.noreply.github.com> | 2018-06-29 13:25:55 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-29 12:25:55 +0100 |
| commit | 78e45f0d5bbe2e822c28294a8a1711d2a55ce36c (patch) | |
| tree | 6d4f80f8c3dd00bdacbe97336f0485d50e067c2d | |
| parent | 890da06ed28623db1efba097cf71abe1785da212 (diff) | |
| download | packages-78e45f0d5bbe2e822c28294a8a1711d2a55ce36c.tar.gz packages-78e45f0d5bbe2e822c28294a8a1711d2a55ce36c.zip | |
Added Nim Home Assistant (#774)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
