Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 2, 2023
1 parent 6d1e228 commit 71b3f9f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Homebridge plugin to integrate Govee devices into HomeKit
[![npm](https://img.shields.io/npm/v/homebridge-govee/latest?label=latest)](https://www.npmjs.com/package/homebridge-govee)
[![npm](https://img.shields.io/npm/v/homebridge-govee/beta?label=beta)](https://github.com/bwp91/homebridge-govee/wiki/Beta-Version)
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow)](https://plugins.hoobs.org/plugin/homebridge-govee)
[![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow?label=hoobs)](https://plugins.hoobs.org/plugin/homebridge-govee)
[![npm](https://img.shields.io/npm/dt/homebridge-govee)](https://www.npmjs.com/package/homebridge-govee)
[![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.com/channels/432663330281226270/742733745743855627)

Expand Down Expand Up @@ -44,6 +44,7 @@ Homebridge plugin to integrate Govee devices into HomeKit
- [LAN Control](https://github.com/bwp91/homebridge-govee/wiki/LAN-Control)
- [AWS Control](https://github.com/bwp91/homebridge-govee/wiki/AWS-Control)
- [BLE Control](https://github.com/bwp91/homebridge-govee/wiki/Bluetooth-Control)
- [Scene, Music, DIY Modes](https://github.com/bwp91/homebridge-govee/wiki/Scene%2C-Music%2C-DIY-Modes)

### Help/About

Expand Down
5 changes: 5 additions & 0 deletions lib/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ <h4>Features</h4>
>
</li>
</ul>
<li>
<a href="https://github.com/bwp91/homebridge-govee/wiki/Scene%2C-Music%2C-DIY-Modes" target="_blank"
>Scene, Music, DIY Modes</a
>
</li>
</ul>
<h4>Help/About</h4>
<ul>
Expand Down
53 changes: 28 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"govee-bt-client": "^1.0.15"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
Expand Down

0 comments on commit 71b3f9f

Please sign in to comment.