Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed Jun 21, 2021
1 parent beaa30b commit 9aa6339
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

# NEXT
# v6.0.0 - 2021-06-21
This update is by far the biggest update for `homebridge-fritz-platform`. To make adding new devices also easier for developers, the complete plugin has been rewritten and made modular. This should give all developers the possibility to read the code more easily and add new devices via PR themselves.

## Breaking Changes
- **Homebridge**
- Dropped support for homebridge below version 1.3.0
- Dropped support for homebridge below v1.3.0
- **Devices**:
- Added `active` key to `devices` to enable/disable the device without removing it from config. Warning: Default value for `active` is false, this means, that if you DON'T adjust your config.json and add `"active": true` to the device, the device will be removed from HomeKit!
- **Smarthome**:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-fritz-platform",
"version": "6.0.0-beta.40",
"version": "6.0.0",
"description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
"main": "index.js",
"funding": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"homebridge": "^1.3.0"
},
"dependencies": {
"@seydx/fritzbox": "^2.2.1",
"@seydx/fritzbox": "^2.2.3",
"fakegato-history": "0.6.1",
"form-data": "^4.0.0",
"fs-extra": "10.0.0",
Expand Down

0 comments on commit 9aa6339

Please sign in to comment.