From de46ef7fb4d981ee6d307bafbc830d973497c4c5 Mon Sep 17 00:00:00 2001 From: Johann Richard <189003+johannrichard@users.noreply.github.com> Date: Mon, 7 Dec 2020 13:29:48 +0100 Subject: [PATCH] chore(changelog): release-please fitness - update the changelog to be fitter for release-please --- CHANGELOG.md | 198 +++++++++++++++++++++++++-------------------------- 1 file changed, 99 insertions(+), 99 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d7203..eabb690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Release Notes +## [∞](#release-notes) Release Notes -### BREAKING v2.0 +### [∞](#breaking-v20) BREAKING v2.0 Version `v2.0` will _break_ your setup (but only if you use blinds). If you upgrade to this version and have a dingz with blinds configured, you will have to @@ -13,11 +13,11 @@ Some long-standing bugs with blinds have seen changes that unfortunately will br If you only use the dimmers you should not be concerned. -### Acknowledgements +### [∞](#acknowledgements) Acknowledgements Thanks to @granturism0, @qx54, @simonnelli for their contributions and help in crafting this release. -### Improvements and (hopefully) nice things +### [∞](#improvements-and-hopefully-nice-things) Improvements and (hopefully) nice things Besides these breaking changes, `v2.0.0` will also bring a few new features to your homebridge setup: @@ -38,11 +38,11 @@ Besides these breaking changes, `v2.0.0` will also bring a few new features to y Overall over 60 changes have been implemented, and a lot of effort and time has been invested in making the plugin more robust (and logical). It still has some rough edges, though, and things might still break. -### Detailed Changes +### [∞](#detailed-changes) Detailed Changes -#### 2.0.7 (2020-12-04) +## [∞](#207-2020-12-04) 2.0.7 (2020-12-04) -##### New Features +### [∞](#new-features) New Features - **platform:** chalk for logging with colour ([e927e1dd](https://github.com/johannrichard/homebridge-dingz/commit/e927e1dd28b50dc1bd70f4b63bb350eb3b6c8541)) - **pir:** better naming ([5445de6d](https://github.com/johannrichard/homebridge-dingz/commit/5445de6d6e2e142e337e8c2c8026c938c29131f3)) @@ -50,69 +50,69 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - reduce DEAD/ALIVE logging ([84b1ebb4](https://github.com/johannrichard/homebridge-dingz/commit/84b1ebb475b2546abd91b5f25099fa77fbca8d02)) - use DeviceSystem name for LED ([1d14c2d6](https://github.com/johannrichard/homebridge-dingz/commit/1d14c2d6a9b42294f7a5fe7a2cdbc74e8290f0ac)) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **platform:** - don't bind callback server to `0.0.0.0` ([d1047085](https://github.com/johannrichard/homebridge-dingz/commit/d10470859789b5bcb12f02fba8529f8f2b22f227)) - callback post request ([8bc6e02d](https://github.com/johannrichard/homebridge-dingz/commit/8bc6e02de8acaae71d26ad315740c9d41042e434)) -##### Other Changes +### [∞](#other-changes) Other Changes - //github.com/johannrichard/homebridge-dingz ([cb35acb3](https://github.com/johannrichard/homebridge-dingz/commit/cb35acb349e8dfaa45ea6fee9d92c9c837c3dda1)) -##### Refactors +### [∞](#refactors) Refactors - **logging:** make logging more robust ([a5312ce6](https://github.com/johannrichard/homebridge-dingz/commit/a5312ce68b5c7ffc3c1907e8fedd23c102c48663)) -##### Code Style Changes +### [∞](#code-style-changes) Code Style Changes - **platform:** more consistent naming ([3231facc](https://github.com/johannrichard/homebridge-dingz/commit/3231facc34554d8db2e9454928f709944e015406)) - **dingz:** fix typo ([d3631219](https://github.com/johannrichard/homebridge-dingz/commit/d36312196fe71d021db663cec1f99096b0c415fa)) -#### 2.0.6 (2020-11-30) +## [∞](#206-2020-11-30) 2.0.6 (2020-11-30) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **pir:** don't double poll PIR sensor ([40aa5639](https://github.com/johannrichard/homebridge-dingz/commit/40aa5639685dfb642d3d2fa37c66117977c8659e)) - **platform:** - disable motion polling by default ([710a6e64](https://github.com/johannrichard/homebridge-dingz/commit/710a6e6484cf8ea81719cfef82632111bbf408c0)) - implement configurable update interval ([b9570fbb](https://github.com/johannrichard/homebridge-dingz/commit/b9570fbb937683aa760fedc568ff8eef82df65f5)) -#### 2.0.5 (2020-11-30) +## [∞](#205-2020-11-30) 2.0.5 (2020-11-30) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** - fixes motion pull change broken during refactoring ([acc63d07](https://github.com/johannrichard/homebridge-dingz/commit/acc63d07b076bf6b6d8e08e6599892f0ba8d6cd2)) (thanks @simonnelli) - set correct TargetHorizontalTiltAngle ([e1735429](https://github.com/johannrichard/homebridge-dingz/commit/e1735429f9806d66c8cafdf4e73f22bab59b91f2)) (thanks @granturism0) -#### 2.0.4 (2020-11-30) +## [∞](#204-2020-11-30) 2.0.4 (2020-11-30) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** fix naming & visibility glitch with dimmer assignment ([cc40b4f2](https://github.com/johannrichard/homebridge-dingz/commit/cc40b4f266924de30ffecc950cad237d65dd9600)) -#### 2.0.3 (2020-11-30) +## [∞](#203-2020-11-30) 2.0.3 (2020-11-30) -##### Build System / Dependencies +### [∞](#build-system--dependencies) Build System / Dependencies - **npm:** set homepage ([5f6cfed5](https://github.com/johannrichard/homebridge-dingz/commit/5f6cfed526c81fd9bce266db668fd916a5f5c7e2)) -#### 2.0.2 (2020-11-30) +## [∞](#202-2020-11-30) 2.0.2 (2020-11-30) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** - don't add D1 if `not_connected` ([aef7298a](https://github.com/johannrichard/homebridge-dingz/commit/aef7298aa9539ccdbc01c97b82408441bd83cd16)) - blinds - it's (was?) complicated ([182ba553](https://github.com/johannrichard/homebridge-dingz/commit/182ba55339c0e2cffe4b1dd46b8ba976522b0434)) -#### 2.0.0 (2020-11-29) +## [∞](#200-2020-11-29) 2.0.0 (2020-11-29) -##### Documentation Changes +### [∞](#documentation-changes) Documentation Changes - **changelog:** v1.8.0 ([f33d1dea](https://github.com/johannrichard/homebridge-dingz/commit/f33d1dea46896d96007d03e83b9643a460d8805a)) -##### New Features +### [∞](#new-features) New Features - **accessories:** - reachability state ([5f70bb59](https://github.com/johannrichard/homebridge-dingz/commit/5f70bb596f0f38cdbd2cc319b6498eb2ed3612bb)) @@ -123,7 +123,7 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - **plugin:** stability & reliability improvements ([70e88aa7](https://github.com/johannrichard/homebridge-dingz/commit/70e88aa7c3eca0dc2f57f6ddc6dee7e391b2b269)) - **dingz:** handle accessory ip address changes - update accessory if the IP changes in config or from auto-discovery - implements [#3](https://github.com/johannrichard/homebridge-dingz/pull/3) :smile: ([896ff5b5](https://github.com/johannrichard/homebridge-dingz/commit/896ff5b5e9e7a64a13eed6ef1c53cd52307d6f69)) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **button:** getDeviceStateUpdate not implemented ([16748447](https://github.com/johannrichard/homebridge-dingz/commit/16748447787dd44c51389088078c794937e97356)) - **dingz:** @@ -159,14 +159,14 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - **logging:** force color in DingzLogger ([6ee2c669](https://github.com/johannrichard/homebridge-dingz/commit/6ee2c669191ffb6acbadd06502014eebbef47c6c)) - **platform:** handle axios errors ([5758901c](https://github.com/johannrichard/homebridge-dingz/commit/5758901c44b6ea89e38edccebe9c2452e4ce331f)) -##### Other Changes +### [∞](#other-changes) Other Changes - **dingz:** - more accurate blind state" ([0771ff53](https://github.com/johannrichard/homebridge-dingz/commit/0771ff53de9f9ab1a9bf91682094707a2eb7c98b)) - merge pull request [#114](https://github.com/johannrichard/homebridge-dingz/pull/114) from granturism0/develop-granturismo ([67d761e7](https://github.com/johannrichard/homebridge-dingz/commit/67d761e7e1ec323170e830b2f89019c4de241e27)) - **deps:** bump cockatiel from 1.1.1 to 2.0.0" ([a3dbd0c1](https://github.com/johannrichard/homebridge-dingz/commit/a3dbd0c1765f1c579f922d9a50be11a43dd1925e)) -##### Refactors +### [∞](#refactors) Refactors - **dingz:** - standardise variable naming ([e00b8cff](https://github.com/johannrichard/homebridge-dingz/commit/e00b8cff2c9e87c0173b0a2eafe7fa31b97b4925)) @@ -189,11 +189,11 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - use updateCharacteristic ([1a6ecc19](https://github.com/johannrichard/homebridge-dingz/commit/1a6ecc19578709e26cb2d69b347a1b3f7b922f6f)) - **src:** rename util to lib ([7817e883](https://github.com/johannrichard/homebridge-dingz/commit/7817e8831c39aea7e6276e47946f72dd6d339d4c)) -##### Reverts +### [∞](#reverts) Reverts - **commit:** 73298a58f2cfbf3dff2a12e146ab1d137b2aac64 ([c6207c8a](https://github.com/johannrichard/homebridge-dingz/commit/c6207c8a28c2a17003f8329df3a93147c82050a4)) -##### Code Style Changes +### [∞](#code-style-changes) Code Style Changes - **accessories:** - simplify heartbeat ([6765fdbf](https://github.com/johannrichard/homebridge-dingz/commit/6765fdbfd913a2ee2ba30897927ad1e3e68a1642)) @@ -201,19 +201,19 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - **dingz:** fix typos ([155853d9](https://github.com/johannrichard/homebridge-dingz/commit/155853d9f45fb7dd7bb6839de54cc2ffaf0c81b4)) - **code:** add issue references in fixme/todo ([97264a23](https://github.com/johannrichard/homebridge-dingz/commit/97264a23f90bd3d3d156ccc9423addb8f8f3e665)) -#### 1.8.2 (2020-11-21) +## [∞](#182-2020-11-21) 1.8.2 (2020-11-21) -##### Build System / Dependencies +### [∞](#build-system--dependencies) Build System / Dependencies - **changelog:** automatically generate changelog ([85f06f22](https://github.com/johannrichard/homebridge-dingz/commit/85f06f22cf4a52a8703435801226f5dc42ce02b1)) -##### Other Changes +### [∞](#other-changes) Other Changes - **deps:** bump cockatiel from 1.1.1 to 2.0.0" ([a3dbd0c1](https://github.com/johannrichard/homebridge-dingz/commit/a3dbd0c1765f1c579f922d9a50be11a43dd1925e)) -#### 1.8.1 (2020-11-21) +## [∞](#181-2020-11-21) 1.8.1 (2020-11-21) -##### Build System / Dependencies +### [∞](#build-system--dependencies) Build System / Dependencies - **deps-dev:** - add generate-changelog ([40f3c2e4](https://github.com/johannrichard/homebridge-dingz/commit/40f3c2e418abcee009ecb723949e90fd1d85ee7b)) @@ -225,7 +225,7 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - bump cockatiel from 1.1.1 to 2.0.0 ([16c13f5e](https://github.com/johannrichard/homebridge-dingz/commit/16c13f5e205ba5f775e6f1860674585f1d7bca04)) - bump cockatiel from 1.1.1 to 2.0.0 ([1ba9bdf2](https://github.com/johannrichard/homebridge-dingz/commit/1ba9bdf2941c2ac5feb7dc971f89722d08ecf59d)) -##### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** - update characteristics ([561d6464](https://github.com/johannrichard/homebridge-dingz/commit/561d64648bc7d17c40d975a44266afec68f9618e)) @@ -233,121 +233,121 @@ Overall over 60 changes have been implemented, and a lot of effort and time has - fix variable name ([f1fae162](https://github.com/johannrichard/homebridge-dingz/commit/f1fae162fa1d5ff2d546362ea7c13bd477749355)) - fix crash for undefined value - also fix the variable name ([1a58cb9f](https://github.com/johannrichard/homebridge-dingz/commit/1a58cb9f6975b72f066106133f5f0e8ac658d637)) -##### Other Changes +### [∞](#other-changes) Other Changes - **dingz:** merge pull request [#114](https://github.com/johannrichard/homebridge-dingz/pull/114) from granturism0/develop-granturismo ([67d761e7](https://github.com/johannrichard/homebridge-dingz/commit/67d761e7e1ec323170e830b2f89019c4de241e27)) -##### Refactors +### [∞](#refactors) Refactors - **dingz:** - better debug logging ([901c051b](https://github.com/johannrichard/homebridge-dingz/commit/901c051b59a3fc37c95543bb2573085394f5147c)) - remove spurious log entry ([758db980](https://github.com/johannrichard/homebridge-dingz/commit/758db980e601faeb4576de5f10114d6db4a55274)) - **platform:** simplify event bus listener signature ([8077f36a](https://github.com/johannrichard/homebridge-dingz/commit/8077f36a3e0ce78ae4fcbbd7c357d67de031d5a4)) -##### Reverts +### [∞](#reverts) Reverts - **commit:** 73298a58f2cfbf3dff2a12e146ab1d137b2aac64 ([c6207c8a](https://github.com/johannrichard/homebridge-dingz/commit/c6207c8a28c2a17003f8329df3a93147c82050a4)) -##### Code Style Changes +### [∞](#code-style-changes) Code Style Changes - **code:** add issue references in fixme/todo ([97264a23](https://github.com/johannrichard/homebridge-dingz/commit/97264a23f90bd3d3d156ccc9423addb8f8f3e665)) -# [1.8.0](https://github.com/johannrichard/homebridge-dingz/compare/v1.7.1...v1.8.0) (2020-11-14) +## [∞](#2020-11-14) (2020-11-14) -### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** don't set callback for newer firmware versions ([eb5e7e5](https://github.com/johannrichard/homebridge-dingz/commit/eb5e7e5e661313e3620881878cb7689b9b852972)) - **dingz:** fixes [#102](https://github.com/johannrichard/homebridge-dingz/issues/102) ([e468728](https://github.com/johannrichard/homebridge-dingz/commit/e468728590aaaeebf0d554b302145f8f414593d9)) - **dingz:** small fixes to the code ([21d04bb](https://github.com/johannrichard/homebridge-dingz/commit/21d04bba063d8eff2259d4718d563426b395fa0c)) - **dingz:** small fixes to the code ([c390c57](https://github.com/johannrichard/homebridge-dingz/commit/c390c5796253f38967480115b36546cbdd43cdeb)) -### Features +### [∞](#features) Features - **dingz:** closes [#17](https://github.com/johannrichard/homebridge-dingz/issues/17): implement support for reachability ([73298a5](https://github.com/johannrichard/homebridge-dingz/commit/73298a58f2cfbf3dff2a12e146ab1d137b2aac64)) - **dingz:** update accessory from dingz ([038a33a](https://github.com/johannrichard/homebridge-dingz/commit/038a33af27d9bcc8b9d5a8fe05a7745ee3b96e87)) -## [1.7.1](https://github.com/johannrichard/homebridge-dingz/compare/v1.7.0...v1.7.1) (2020-11-14) +## [∞](#2020-11-14) (2020-11-14) -### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **accessories:** better error reporting ([680407d](https://github.com/johannrichard/homebridge-dingz/commit/680407d75beadb6ee12c037bc766066d77c74510)) - **accessories:** better error reporting ([cdda81f](https://github.com/johannrichard/homebridge-dingz/commit/cdda81f06983f71c6c6f8b5c1e2e140cdf5a102d)) -### Features +### [∞](#features) Features - **accessories:** streamline push naming ([9614ad6](https://github.com/johannrichard/homebridge-dingz/commit/9614ad61e838b9fba0162406b96c54cd2bbd2b9a)) - **accessories:** support wifi pir motion sensor ([f4b2155](https://github.com/johannrichard/homebridge-dingz/commit/f4b2155bac0ea279f66d343151ada78292b5a737)), closes [#87](https://github.com/johannrichard/homebridge-dingz/issues/87) - **pir:** implement push for pir motion ([c1a3098](https://github.com/johannrichard/homebridge-dingz/commit/c1a3098397316e76ad5a996c860d50eed7d22c67)) -## [1.7.0] - 2020-11-12 +## [∞](#170---2020-11-12) [1.7.0] - 2020-11-12 -### Features +### [∞](#features) Features - **accessories** implement support for PIR motion sensor (close #87, thanks @qx54 for helping with testing) -## [1.6.1] - 2020-09-11 +## [∞](#161---2020-09-11) [1.6.1] - 2020-09-11 -### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **platform** implement fix to run plugin in [HOOBS](http://hoobs.org) (Fixes #56, thanks @claude1984 for reporting it) -## [1.6.0] - 2020-06-22 +## [∞](#160---2020-06-22) [1.6.0] - 2020-06-22 -### Features +### [∞](#features) Features - **platform:** implement exponential backoff ([e8e0797](https://github.com/johannrichard/homebridge-dingz/commit/e8e07973ce9817e2f3fbbe761e62318903b19726)) - **dingz**: read name from system configuration ([2374a43](https://github.com/johannrichard/homebridge-dingz/commit/2374a43)) (Thanks @rryter for the contribution) -## [1.5.2] - 2020-06-15 +## [∞](#152---2020-06-15) [1.5.2] - 2020-06-15 -### Bug Fixes +### [∞](#bug-fixes) Bug Fixes - **dingz:** increase max listeners ([e43ee0c](https://github.com/johannrichard/homebridge-dingz/commit/e43ee0c64375550e937504ca2d5d28942c71f2ac)) - **dingz:** set pir callback only if pir present ([a3b3b0b](https://github.com/johannrichard/homebridge-dingz/commit/a3b3b0b4cb6576254466799d6793b1b6bfedb77c)), closes [#16](https://github.com/johannrichard/homebridge-dingz/issues/16) - **schema:** remove "&" in schema ([c6f36b5](https://github.com/johannrichard/homebridge-dingz/commit/c6f36b5d1ef3f15ebf7fea492c53483a7d7e519f)) -### Features +### [∞](#features) Features - **button:** implement low battery warning ([816c562](https://github.com/johannrichard/homebridge-dingz/commit/816c5620591a9470224661303b04b6bbc12d95f7)) - **button:** implement mystrom button ([a4e82b8](https://github.com/johannrichard/homebridge-dingz/commit/a4e82b872eddc26f5626a179da7a90ba304cad9c)) -## [1.5.1] - 2020-06-01 +## [∞](#151---2020-06-01) [1.5.1] - 2020-06-01 Version 1.5.0 added support for dingz buttons. This is quite a significant change to the plugin so I expect new bugs and issues. There's quite [comprehensive](<(https://github.com/johannrichard/homebridge-dingz/wiki/dingz-buttons)>) [documentation](https://github.com/johannrichard/homebridge-dingz/wiki/Plugin-settings) about how this works in the Wiki so please consult it to leanr more about limitations and caveats. -### Fixed +### [∞](#fixed) Fixed - **dingz:** Fix for blinds not working after refactoring ([1926110](https://github.com/johannrichard/homebridge-dingz/commit/1926110f4d18a1eba9f899772bd809915768e517)), closes [#11](https://github.com/johannrichard/homebridge-dingz/issues/11) - **typo:** Fix typo in log output ([c6de553](https://github.com/johannrichard/homebridge-dingz/commit/c6de55343ebb2af46f489ea71806381475b795c1)), closes [#12](https://github.com/johannrichard/homebridge-dingz/issues/12) - **typo:** Fix for typo ([75f10ac](https://github.com/johannrichard/homebridge-dingz/commit/75f10ac2f07f604814d61e6b2a37c0e54c767342)), closes [#10](https://github.com/johannrichard/homebridge-dingz/issues/10) - **typo:** Fix for typo ([7e36033](https://github.com/johannrichard/homebridge-dingz/commit/7e360332cd4b111c230669e55649df79d062a4b9)), closes [#9](https://github.com/johannrichard/homebridge-dingz/issues/9) -## [1.5.0] - 2020-05-30 +## [∞](#150---2020-05-30) [1.5.0] - 2020-05-30 Version 1.5.0 adds support for dingz Buttons. This is quite a significant change to the plugin so I expect new bugs and issues. There's quite [comprehensive](<(https://github.com/johannrichard/homebridge-dingz/wiki/dingz-buttons)>) [documentation](https://github.com/johannrichard/homebridge-dingz/wiki/Plugin-settings) about how this works in the Wiki so please consult it to leanr more about limitations and caveats. -### Added +### [∞](#added) Added - Add support for the dingz Buttons, including [a _stealthy_ "flip-switch" mode](https://github.com/johannrichard/homebridge-dingz/wiki/dingz-buttons). Please consult the [Wiki](https://github.com/johannrichard/homebridge-dingz/wiki/Plugin-settings) for instructions if you want to use this on a different than the default port. -### Changed +### [∞](#changed) Changed - Added more detail on the [plugin config](https://github.com/johannrichard/homebridge-dingz/wiki/Plugin-settings), the way the [buttons](https://github.com/johannrichard/homebridge-dingz/wiki/dingz-buttons) and the way the [motion sensor](https://github.com/johannrichard/homebridge-dingz/wiki/Motion-sensor) works in the [Wiki](https://github.com/johannrichard/homebridge-dingz/wiki) - Discovery process stops without polling a discovered device if it has already been added to HomeKit. This reduces unnecessary strain of the devices - Additional fixes to make the plugin more robust in case of connection issues - Reduce logging to a more useful amount in case of network issues -## [1.4.3] - 2020-05-24 +## [∞](#143---2020-05-24) [1.4.3] - 2020-05-24 -### Fixed +### [∞](#fixed) Fixed - Bugfix release for auto-discovery on new-installs -## [1.4.2] - 2020-05-24 +## [∞](#142---2020-05-24) [1.4.2] - 2020-05-24 This is mostly a maintenance release with no new functionality. It prepares the ground for some upcoming changes related to buttons. It also brings more stability and less stress for the dingz as it combines the polling for the different services into one single call instead of 4-5 different calls. -### Changed +### [∞](#changed) Changed - Reduce device polling during auto-discovery - Reduce the amount of logging significantly @@ -357,137 +357,137 @@ This is mostly a maintenance release with no new functionality. It prepares the - Reduce polling amount by at least a factor of 4, leading to - Lower dingz front panel temperature -## [1.4.1] - 2020-05-21 +## [∞](#141---2020-05-21) [1.4.1] - 2020-05-21 -### Added +### [∞](#added) Added - Support for WiFi LED Strip -## [1.4.0] - 2020-05-21 +## [∞](#140---2020-05-21) [1.4.0] - 2020-05-21 -### Added +### [∞](#added) Added - Names of Lightbulbs will follow the naming set in dingz - Non-dimmable outputs will be created as simple Light Switches -### Fixed +### [∞](#fixed) Fixed - Fix for blank puck S/N number (Upstream edge-case/glitch/bug/feature in [HAP-NodeJS](https://github.com/homebridge/HAP-NodeJS/issues/824). This fixes [#5](https://github.com/johannrichard/homebridge-dingz/issues/5). Thanks [Simon Iannelli](https://twitter.com/simonnelli) for the help with getting to the bottom of this issue!) - Fix for dingz lamella tilt-angle minima/maxima (Thanks [Michael Burch](https://twitter.com/derBurch) for reporting/debugging.) -## [1.3.1] - 2020-05-19 +## [∞](#131---2020-05-19) [1.3.1] - 2020-05-19 -### Changed +### [∞](#changed) Changed - Add notice about plugin incompatiblity/bug -### Fixed +### [∞](#fixed) Fixed - Remove log-noise -## [1.3.0] - 2020-05-18 +## [∞](#130---2020-05-18) [1.3.0] - 2020-05-18 -### Added +### [∞](#added) Added - Support for WiFi Lightbulb -### Fixed +### [∞](#fixed) Fixed - Dimmer & Shade fixes (Mismatch between API doc and real-life implementation) -## [1.2.1] - 2020-05-17 +## [∞](#121---2020-05-17) [1.2.1] - 2020-05-17 **Breaking change**: This release breaks existing configs. After upgrading to this version, you have to remove the plugin config block from your config, restart Homebridge, add the plugin config again and restart Homebridge once more to apply the fix. Otherwise you will end up with spurious old Lightbulbs in your setup. -### Added +### [∞](#added) Added - Support for dingz LightSensor -### Fixed +### [∞](#fixed) Fixed - Fix for Dimmer index issues (Thanks [Michael Burch](https://twitter.com/derBurch) for reporting/debugging.) - Small refactorings -## [1.2.0] - 2020-05-17 +## [∞](#120---2020-05-17) [1.2.0] - 2020-05-17 -### Added +### [∞](#added) Added - Support for dingz Front LED -### Changed +### [∞](#changed) Changed - Replace popsicle library with axios for better POST handling -### Fixed +### [∞](#fixed) Fixed - Fixes for myStrom WiFi Lightbulb support -## [1.1.3] - 2020-05-17 +## [∞](#113---2020-05-17) [1.1.3] - 2020-05-17 -### Added +### [∞](#added) Added - cb13f9b Exponential decay for accessory config check -### Changed +### [∞](#changed) Changed - 071c7e2 Housekeeping - 8ebe4e4 Add Changelog -## [1.1.2] - 2020-05-16 +## [∞](#112---2020-05-16) [1.1.2] - 2020-05-16 -### Added +### [∞](#added) Added - 48bd118 Add support for a setting to turn off auto-discovery -### Changed +### [∞](#changed) Changed - 75fbabb Update metadata in HomeKit info: use undocumented fields - 8caf6b4 Update metadata in HomeKit info: use undocumented fields -### Fixed +### [∞](#fixed) Fixed Fixes for a number of "long-standing" (3 days :-)) bugs - b414f80 Fix for Dimmer 1 (Input/Output) config. Fixes #2 -## [1.1.1] - 2020-05-15 +## [∞](#111---2020-05-15) [1.1.1] - 2020-05-15 -### Added +### [∞](#added) Added - First tentative support for the myStrom WiFi Lightbulb -### Changed +### [∞](#changed) Changed - Only discover new devices during the first 10 minutes (Restart Homebridge if you want to rediscover) -### Fixed +### [∞](#fixed) Fixed - 71a14a5 – Fix plugin ID - Some fixing and refactoring of the discovery code -## [1.1.0] - 2020-05-15 +## [∞](#110---2020-05-15) [1.1.0] - 2020-05-15 -### Added +### [∞](#added) Added - First tentative support for the myStrom WiFi Lightbulb -### Changed +### [∞](#changed) Changed - Only discover new devices during the first 10 minutes (Restart Homebridge if you want to rediscover) -### Fixed +### [∞](#fixed) Fixed - Some fixing and refactoring of the discovery code -## [1.0.1] - 2020-05-14 +## [∞](#101---2020-05-14) [1.0.1] - 2020-05-14 -### Fixed +### [∞](#fixed) Fixed Fixes presumably wrong association of DIP switches. -## [1.0.0] - 2020-05-14 +## [∞](#100---2020-05-14) [1.0.0] - 2020-05-14 This plugin implements some (but not all) functions of [dingz](https://dingz.ch) Smart Home Devices. The plugin also supports (some) myStrom Devices as they share much of the same API definitions and concepts with dingz.