Skip to content

Commit

Permalink
Merge pull request #8 from goodshort/development
Browse files Browse the repository at this point in the history
v0.5.0
  • Loading branch information
agoodshort authored Dec 13, 2021
2 parents b86130f + 3f83443 commit aea95a0
Show file tree
Hide file tree
Showing 7 changed files with 528 additions and 521 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2021-12-13
### Added
- Better cached accessories handling

### Fixed
- When a WLED device is not reachable, the plugin should ignore it

## [0.4.0] - 2021-12-03
### Added
- Supports multiple WLED devices
Expand All @@ -21,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Users are now unable to create a second platform as it breaks the plugin

### Fixed
- Plugin does not turn on LED strip at Homebridge start up
- Plugin does not turn on the WLED device at Homebridge start up

## [0.2.0] - 2021-12-03

Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,28 @@ Configuration sample:
]
```

### Issues/Troubleshooting

### Open issues

If you face any issues with this plugin, please review [the open issues](https://github.com/goodshort/homebridge-wled-preset/issues).

### Troubleshooting

You might encounter issues with cached accessory or configuration not reloading, being updated properly. Feel free to mention this by [opening a new issue](https://github.com/goodshort/homebridge-wled-preset/issues/new/choose).

You can remove cached accessories directly from the Homebirdge UI with the "Remove Single Cached Accessory" feature or by editing/deleting the `~/.homebridge/accessories` folder.

### Opening a new issue

If the steps above or [the open issues](https://github.com/goodshort/homebridge-wled-preset/issues) did not help you to fix your problem, feel free to [open a new issue](https://github.com/goodshort/homebridge-wled-preset/issues/new/choose) providing as much information as possible.


## To-Do
- [ ] Get [verified](https://github.com/homebridge/verified)
- [ ] Auto discovery of accessories
- [ ] Can use hostname
- [ ] Possibility to use hostname (not only IP address)
- [ ] Implement `node-fetch` on in [platformAccessory.ts](src/platformAccessory.ts)
- [ ] Add more details in the configuration (README, config.schema.json)
- [ ] Can we use the brightness slider?
- [ ] Can we use the brightness slider?
- [ ] Work on the [issues](https://github.com/goodshort/homebridge-wled-preset/issues)
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pluginAlias": "WledPreset",
"pluginType": "platform",
"singular": true,
"headerDisplay": "Fill out required fields below and click \"SAVE\" to get started. See [README](https://github.com/goodshort/homebridge-wled-preset) for more information.",
"headerDisplay": "Fill out required fields below and click \"SAVE\" to get started. See [README](https://github.com/goodshort/homebridge-wled-preset#readme) for more information.",
"schema": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit aea95a0

Please sign in to comment.