From fdff6394efc465fa2106f09abe7584d1a80455cf Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 17:16:39 -0500 Subject: [PATCH 01/21] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8819b225..1a8c67fb 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,15 @@ You can explore all available plugins at the NPM website by [searching for the k ## Community +[![Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) + If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. There is a [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). -[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) +[[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) You can also chat with us in [Slack](https://homebridge-slackin.glitch.me). From 60ad1cdde4254ed0f39fb63b7542e6d91155ea88 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:22:04 -0500 Subject: [PATCH 02/21] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a8c67fb..94cd7362 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@

- -# Homebridge [![npm](https://badgen.net/npm/v/homebridge?color=purple)](https://www.npmjs.com/package/homebridge) [![npm](https://badgen.net/npm/dt/homebridge?color=purple)](https://www.npmjs.com/package/homebridge) +

+ + +

Unlocking Door @@ -29,7 +31,7 @@ There is a [Homebridge community on Reddit](https://www.reddit.com/r/homebridge r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). -[[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) +[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) You can also chat with us in [Slack](https://homebridge-slackin.glitch.me). From 9bbcb9b523377f46b7dac8667c217bc1d41b33ef Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:43:03 -0500 Subject: [PATCH 03/21] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 94cd7362..540c1bd6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Unlocking Door -Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. +**Homebridge** is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. Since Siri supports devices added through HomeKit, this means that with Homebridge you can ask Siri to control devices that don't have any support for HomeKit at all. For instance, using just some of the available plugins, you can say: @@ -23,19 +23,20 @@ You can explore all available plugins at the NPM website by [searching for the k ## Community -[![Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) +**Homebridge* -If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. +[![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) -There is a [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). +This is the official Homebridge discord server, where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions or get support from the developer that created them. -r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). +If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. -[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) +![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) +This is the offical [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). -You can also chat with us in [Slack](https://homebridge-slackin.glitch.me). +r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). -[![Slack Status](https://homebridge-slackin.glitch.me/badge.svg)](https://homebridge-slackin.glitch.me) +[![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) ## Installation From a56d084434596e9fe92c82fa61b15c5d4228475d Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:50:29 -0500 Subject: [PATCH 04/21] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 540c1bd6..57f5a6e0 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ You can explore all available plugins at the NPM website by [searching for the k ## Community -**Homebridge* - [![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) This is the official Homebridge discord server, where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions or get support from the developer that created them. @@ -32,11 +30,15 @@ This is the official Homebridge discord server, where users can discuss homebrid If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. ![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) + + This is the offical [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). -r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). + +There is also HomeKit communities on discord and reddit. [![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) +[![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) ## Installation From d11523d52b3ce4ede5e89365a4a816da43a23e0a Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:51:12 -0500 Subject: [PATCH 05/21] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57f5a6e0..e5faa2ee 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you're having an issue with a particular plugin, open an issue in that plugin ![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) -This is the offical [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). +This is the offical Homebridge community on Reddit. There is also HomeKit communities on discord and reddit. From daaf6ae04bf3d29e273caaeb61101a3556c5f8c1 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:53:04 -0500 Subject: [PATCH 06/21] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5faa2ee..6c694b71 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,11 @@ If you're having an issue with a particular plugin, open an issue in that plugin This is the offical Homebridge community on Reddit. - -There is also HomeKit communities on discord and reddit. - [![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) [![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) +HomeKit communities can also be found on both discord and reddit. + ## Installation The [Homebridge Wiki](https://github.com/nfarina/homebridge/wiki) contains step-by-step instruction on how to install Node.js and setup Homebridge as a service so it automatically start on boot: From 0ae040c7b433aa36d70271fe23afc11d26cef9f5 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:55:25 -0500 Subject: [PATCH 07/21] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c694b71..530e3a0a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Since Siri supports devices added through HomeKit, this means that with Homebrid * _Siri, good morning!_ You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/search?q=homebridge-plugin). +## Community -## Community +#### Homebridge [![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) @@ -31,9 +32,10 @@ If you're having an issue with a particular plugin, open an issue in that plugin ![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) - This is the offical Homebridge community on Reddit. +#### HomeKit + [![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) [![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) From 452ab3e9a037f3dd9ef9f9b46ebdf9325f5535c8 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:57:52 -0500 Subject: [PATCH 08/21] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 530e3a0a..d6936922 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,23 @@ You can explore all available plugins at the NPM website by [searching for the k #### Homebridge -[![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) +The Official Homebridge discord server is where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions to other users of that plugin or get support from the developer that created them. -This is the official Homebridge discord server, where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions or get support from the developer that created them. +[![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. -![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) - This is the offical Homebridge community on Reddit. +![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) + #### HomeKit +HomeKit communities can also be found on both discord and reddit. + [![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) [![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) -HomeKit communities can also be found on both discord and reddit. - ## Installation The [Homebridge Wiki](https://github.com/nfarina/homebridge/wiki) contains step-by-step instruction on how to install Node.js and setup Homebridge as a service so it automatically start on boot: From 0832ef314dff9a333e4ce8b9d48846ed7952df51 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:07:54 -0500 Subject: [PATCH 09/21] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6936922..d39dac1f 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,6 @@ Technically, the device manufacturers should be the ones implementing the HomeKi ## Credit -Homebridge was originally created by [@nfarina](https://twitter.com/nfarina). The original HomeKit API work was done by [@KhaosT](https://twitter.com/khaost) in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. +Homebridge was originally created by Nick Farina. [![nfarina twitter](https://badgen.net/badge/twitter/nfarina?icon&color=purple)](https://twitter.com/nfarina) + +The original HomeKit API work was done by Khaos Tian in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. [![KhaosT twitter](https://badgen.net/badge/twitter/KhaosT?icon&color=green)](https://twitter.com/khaost) From 99c455ae28ad9c3f3f118738a383d4ba6bcf84dd Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:10:23 -0500 Subject: [PATCH 10/21] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6d3e13e4..9ff98bb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.52", + "version": "0.4.53", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" }, @@ -10,10 +10,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/nfarina/homebridge.git" + "url": "git://github.com/homebridge/homebridge.git" }, "bugs": { - "url": "http://github.com/nfarina/homebridge/issues" + "url": "http://github.com/homebridge/homebridge/issues" }, "license": "ISC", "main": "lib/api.js", From d48fb53565a11d824cc18742113260b461a1a6ce Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:10:48 -0500 Subject: [PATCH 11/21] Update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0691fe35..958cb080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge", - "version": "0.4.52", + "version": "0.4.53", "lockfileVersion": 1, "requires": true, "dependencies": { From 1fe0b73bbe66a1abb1565c0590e91fc93aa11883 Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 17:15:16 +1100 Subject: [PATCH 12/21] suggested changes --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 34 ++++++++++++------------------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 15180ac1..fd57a3d6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://www.reddit.com/r/homebridge about: A place to discuss Homebridge, get help with it, ask questions about it, post plugins, and more. - name: Discord - url: https://discord.gg/RcV7fa8 + url: https://discord.gg/6GUFCb about: The Homebridge Discord Community - for general Homebridge questions or help. - name: Slack url: https://homebridge-slackin.glitch.me diff --git a/README.md b/README.md index d39dac1f..77193c38 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@

- +

-

+ + +# Homebridge + -

+ + Unlocking Door @@ -20,26 +24,14 @@ Since Siri supports devices added through HomeKit, this means that with Homebrid * _Siri, good morning!_ You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/search?q=homebridge-plugin). -## Community - -#### Homebridge - -The Official Homebridge discord server is where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions to other users of that plugin or get support from the developer that created them. - -[![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) - -If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. - -This is the offical Homebridge community on Reddit. -![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) +## Homebridge Community -#### HomeKit +The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help. -HomeKit communities can also be found on both discord and reddit. +[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/6GUFCb) [![Homebridge Reddit](https://user-images.githubusercontent.com/3979615/76676288-12dcdf00-6616-11ea-8b90-2c6c70d72192.png)](https://www.reddit.com/r/homebridge/) -[![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) -[![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) +HomeKit communities can also be found on both [discord](https://discord.gg/RcV7fa8) and [reddit](https://www.reddit.com/r/homekit). ## Installation @@ -186,6 +178,6 @@ Technically, the device manufacturers should be the ones implementing the HomeKi ## Credit -Homebridge was originally created by Nick Farina. [![nfarina twitter](https://badgen.net/badge/twitter/nfarina?icon&color=purple)](https://twitter.com/nfarina) +Homebridge was originally created by [Nick Farina](https://twitter.com/nfarina). -The original HomeKit API work was done by Khaos Tian in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. [![KhaosT twitter](https://badgen.net/badge/twitter/KhaosT?icon&color=green)](https://twitter.com/khaost) +The original HomeKit API work was done by [Khaos Tian](https://twitter.com/khaost) in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. From 1c2de9a3be1717bf2a474064acc459000dd09251 Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 17:18:36 +1100 Subject: [PATCH 13/21] center community banners --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 77193c38..2bf03d97 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,12 @@ You can explore all available plugins at the NPM website by [searching for the k The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help. + + [![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/6GUFCb) [![Homebridge Reddit](https://user-images.githubusercontent.com/3979615/76676288-12dcdf00-6616-11ea-8b90-2c6c70d72192.png)](https://www.reddit.com/r/homebridge/) + + HomeKit communities can also be found on both [discord](https://discord.gg/RcV7fa8) and [reddit](https://www.reddit.com/r/homekit). ## Installation From af5f89c31a82711a316495dbcbe5c7bd10482de6 Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 17:24:57 +1100 Subject: [PATCH 14/21] make title sizes consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf03d97..bce70022 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Once you've added your config file, you should be able to run Homebridge again: Homebridge is now ready to receive commands from iOS. -# Installing Plugins +## Installing Plugins Plugins are NodeJS modules published through NPM and tagged with the keyword `homebridge-plugin`. They must have a name with the prefix `homebridge-`, like **homebridge-mysmartlock**. From 05ba26e707ac841df0e5458c1eccc29b0bc183cb Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 17:33:20 +1100 Subject: [PATCH 15/21] circular logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce70022..cc0b909e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

From ac36343c52179e2a11c00bc4e5c685530ccc2ecb Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 21:51:10 +1100 Subject: [PATCH 16/21] use svg banner --- .github/homebridge-reddit.svg | 179 ++++++++++++++++++++++++++++++++++ README.md | 6 +- 2 files changed, 182 insertions(+), 3 deletions(-) create mode 100644 .github/homebridge-reddit.svg diff --git a/.github/homebridge-reddit.svg b/.github/homebridge-reddit.svg new file mode 100644 index 00000000..aaa8f859 --- /dev/null +++ b/.github/homebridge-reddit.svg @@ -0,0 +1,179 @@ + + + + untitled (4) + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homebridge + + + 19k members + + + + \ No newline at end of file diff --git a/README.md b/README.md index cc0b909e..4abac5e6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ # Homebridge - - + + @@ -31,7 +31,7 @@ The official Homebridge Discord server and Reddit community are where users can -[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/6GUFCb) [![Homebridge Reddit](https://user-images.githubusercontent.com/3979615/76676288-12dcdf00-6616-11ea-8b90-2c6c70d72192.png)](https://www.reddit.com/r/homebridge/) +[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/6GUFCb) [![Homebridge Reddit](.github/homebridge-reddit.svg?sanitize=true)](https://www.reddit.com/r/homebridge/) From 8b6d6ba3dd5e0ed2f6939e48e7b88526ec906248 Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 21:59:02 +1100 Subject: [PATCH 17/21] remove title prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abac5e6..e8c4ddb6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Since Siri supports devices added through HomeKit, this means that with Homebrid You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/search?q=homebridge-plugin). -## Homebridge Community +## Community The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help. From 0e2090850e702f53176142c3287c29ef88725efc Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 14 Mar 2020 22:05:34 +1100 Subject: [PATCH 18/21] remove slack from support config --- .github/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fd57a3d6..f2987a18 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,3 @@ contact_links: - name: Discord url: https://discord.gg/6GUFCb about: The Homebridge Discord Community - for general Homebridge questions or help. - - name: Slack - url: https://homebridge-slackin.glitch.me - about: The Homebridge Slack Community - many plugins have a dedicated channel for their users. \ No newline at end of file From 987972af4581ebeecf3483e8813331c38c249872 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Sat, 14 Mar 2020 06:11:53 -0500 Subject: [PATCH 19/21] Update Readme and Package.json for homebridge organization changes. (#2446) --- README.md | 30 ++++++++++++++++++++---------- package-lock.json | 2 +- package.json | 6 +++--- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8819b225..d39dac1f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@

- -# Homebridge [![npm](https://badgen.net/npm/v/homebridge?color=purple)](https://www.npmjs.com/package/homebridge) [![npm](https://badgen.net/npm/dt/homebridge?color=purple)](https://www.npmjs.com/package/homebridge) +

+ + +

Unlocking Door -Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. +**Homebridge** is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. Since Siri supports devices added through HomeKit, this means that with Homebridge you can ask Siri to control devices that don't have any support for HomeKit at all. For instance, using just some of the available plugins, you can say: @@ -18,20 +20,26 @@ Since Siri supports devices added through HomeKit, this means that with Homebrid * _Siri, good morning!_ You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/search?q=homebridge-plugin). +## Community -## Community +#### Homebridge + +The Official Homebridge discord server is where users can discuss homebridge and how to maintain it. There is also dedicated channels for different plugins where you can reach out to ask questions to other users of that plugin or get support from the developer that created them. + +[![Homebridge Discord](https://img.shields.io/discord/432663330281226270.svg?label=discord)](https://discord.gg/6GUFCb) If you're having an issue with a particular plugin, open an issue in that plugin's Github repository. If you're having an issue with Homebridge itself, feel free to open issues and PRs here. -There is a [Homebridge community on Reddit](https://www.reddit.com/r/homebridge/). +This is the offical Homebridge community on Reddit. -r/Homekit and r/Homebridge have also created a community Discord server, where users of both Homekit and Homebridge can discuss their different products as well as get support. The link for the community is [here](https://discord.gg/RcV7fa8). +![Homebridge Reddit](https://badgen.net/badge/reddit/homebridge/purple) -[![Discord Status](https://img.shields.io/discord/512378789297258528.svg?style=flat)](https://discord.gg/RcV7fa8) +#### HomeKit -You can also chat with us in [Slack](https://homebridge-slackin.glitch.me). +HomeKit communities can also be found on both discord and reddit. -[![Slack Status](https://homebridge-slackin.glitch.me/badge.svg)](https://homebridge-slackin.glitch.me) +[![Homekit Discord](https://img.shields.io/discord/512378789297258528.svg?label=discord)](https://discord.gg/RcV7fa8) +[![Homekit Reddit](https://badgen.net/badge/reddit/homekit/yellow)](https://www.reddit.com/r/homekit) ## Installation @@ -178,4 +186,6 @@ Technically, the device manufacturers should be the ones implementing the HomeKi ## Credit -Homebridge was originally created by [@nfarina](https://twitter.com/nfarina). The original HomeKit API work was done by [@KhaosT](https://twitter.com/khaost) in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. +Homebridge was originally created by Nick Farina. [![nfarina twitter](https://badgen.net/badge/twitter/nfarina?icon&color=purple)](https://twitter.com/nfarina) + +The original HomeKit API work was done by Khaos Tian in his [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project. [![KhaosT twitter](https://badgen.net/badge/twitter/KhaosT?icon&color=green)](https://twitter.com/khaost) diff --git a/package-lock.json b/package-lock.json index 0691fe35..958cb080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge", - "version": "0.4.52", + "version": "0.4.53", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d3e13e4..9ff98bb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.52", + "version": "0.4.53", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" }, @@ -10,10 +10,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/nfarina/homebridge.git" + "url": "git://github.com/homebridge/homebridge.git" }, "bugs": { - "url": "http://github.com/nfarina/homebridge/issues" + "url": "http://github.com/homebridge/homebridge/issues" }, "license": "ISC", "main": "lib/api.js", From fb64d24efee8a12d4a5186b2e47f74724b3f2ba0 Mon Sep 17 00:00:00 2001 From: oznu Date: Sun, 15 Mar 2020 22:20:08 +1100 Subject: [PATCH 20/21] set discord link not to expire --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f2987a18..66a316ec 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://www.reddit.com/r/homebridge about: A place to discuss Homebridge, get help with it, ask questions about it, post plugins, and more. - name: Discord - url: https://discord.gg/6GUFCb + url: https://discord.gg/kqNCe2D about: The Homebridge Discord Community - for general Homebridge questions or help. diff --git a/README.md b/README.md index e6f54a1f..a3712f9f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The official Homebridge Discord server and Reddit community are where users can -[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/6GUFCb) [![Homebridge Reddit](.github/homebridge-reddit.svg?sanitize=true)](https://www.reddit.com/r/homebridge/) +[![Homebridge Discord](https://discordapp.com/api/guilds/432663330281226270/widget.png?style=banner2)](https://discord.gg/kqNCe2D) [![Homebridge Reddit](.github/homebridge-reddit.svg?sanitize=true)](https://www.reddit.com/r/homebridge/) From 1f369bf6df41c4ed8cc980ec29e033f50a8bef20 Mon Sep 17 00:00:00 2001 From: oznu Date: Sun, 15 Mar 2020 22:21:18 +1100 Subject: [PATCH 21/21] gramma fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3712f9f..9650c8d9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ HomeKit communities can also be found on both [discord](https://discord.gg/RcV7f ## Installation -The [Homebridge Wiki](https://github.com/nfarina/homebridge/wiki) contains step-by-step instruction on how to install Node.js and setup Homebridge as a service so it automatically start on boot: +The [Homebridge Wiki](https://github.com/nfarina/homebridge/wiki) contains step-by-step instruction on how to install Node.js and setup Homebridge as a service so it automatically starts on boot: * [Setup Homebridge on a Raspberry Pi (Raspbian)](https://github.com/nfarina/homebridge/wiki/Install-Homebridge-on-Raspbian) * [Setup Homebridge on Debian/Ubuntu Linux](https://github.com/nfarina/homebridge/wiki/Install-Homebridge-on-Debian-or-Ubuntu-Linux)