Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
agoodshort committed Dec 4, 2021
2 parents b1bd5af + 0ed6e60 commit ab02400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Get handler for Active Identifier characteristic

### Changed
- Fully reviewed and cleaned up [platformAccessory.ts](platformAccessory.ts)
- Fully reviewed and cleaned up [platformAccessory.ts](src/platformAccessory.ts)
- Plugin is now only using the Television Service Type

### Removed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Got some inspiration from [Homebridge Simple WLED](https://github.com/jstrausd/h

1. Login to the [Homebridge UI](https://github.com/oznu/homebridge-config-ui-x) web interface by going to `http://homebridge.local` or `http://<ip address of your server>:8581`
2. In the *Plugin* tab, search for `Homebridge WLED Preset`
3. Hit **INSTALL**
3. Click **INSTALL**
4. Once the installation is complete, open the **SETTINGS** of the plugin and fill out the required fields

### Through Command Line/SSH

1. SSH or open a Terminal on your Homebridge host
2. Run `npm install -g homebridge-wled-preset`
3. Update your configuration file using the sample [below](README.md#Configuration).
3. Update your configuration file using the sample [below](#Configuration).

## Configuration

Expand Down

0 comments on commit ab02400

Please sign in to comment.