From 09fbbee93f5637a0fca2a2363fa984ade6f6f23a Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:19:53 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 861acd91..2435218f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
# homebridge-govee - Homebridge plugin to control Govee devices that are supported by the official Govee API. + Homebridge/HOOBS plugin to control Govee devices that are supported by the official Govee API. [![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) @@ -17,8 +17,8 @@ -### Homebridge -To use this plugin, you will need to already have Homebridge installed. Please refer to the [Homebridge website](https://homebridge.io) for more information and installation instructions. +### Prerequisites +To use this plugin, you will need to already have [Homebridge](https://homebridge.io) or [HOOBS](https://hoobs.org) installed. Please refer to the links for more information and installation instructions. ### Plugin Information This plugin uses the official Govee HTTP API to enable you to control supported Govee devices through Homebridge. From 902c9ace07754880239bfb2c5dee3f3ba5eb0f3d Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:26:14 +0100 Subject: [PATCH 2/2] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7158717c..51bab658 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [master, ] + branches: [latest] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [latest] schedule: - cron: '0 1 * * 5'