diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-01 13:50:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-01 13:50:29 +0100 |
| commit | 1419eb6eae712a8464658e5c0604972fe14ae290 (patch) | |
| tree | 3e73caae0f28662d9550f58bf8c81ff79ef45ac4 | |
| parent | 4e54b52f297235397a0f06bdb4c7c1b9869be07b (diff) | |
| parent | 78e45f0d5bbe2e822c28294a8a1711d2a55ce36c (diff) | |
| download | packages-1419eb6eae712a8464658e5c0604972fe14ae290.tar.gz packages-1419eb6eae712a8464658e5c0604972fe14ae290.zip | |
Merge branch 'master' into patch-4
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index eafcf7f..7390e98 100644 --- a/packages.json +++ b/packages.json @@ -9736,5 +9736,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" } ] |
