Skip to content

Commit

Permalink
Merge pull request #51 from faune/feature/release-1.5.1
Browse files Browse the repository at this point in the history
Feature/release 1.5.1
  • Loading branch information
faune committed Mar 27, 2024
2 parents 54c4e7f + b04bc0c commit 66be70a
Show file tree
Hide file tree
Showing 14 changed files with 2,760 additions and 2,123 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [ 140 ],
"eslint.enable": true
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,9 +5,25 @@ 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).

## [Unreleased]

## [2.0] - 2024-XX-XX

### Added

## [Released]

## [1.5.1] - 2024-03-27

### Added

- Adapted code to Grohe REST API changes
- Made throttling enabled by default, because a change in superagent
throttle caused API queries to pause unless throttling is enabled.
- More debug statements
- Updated dependencies with vulnerabilities as flagged by Dependabot
- Started on Grohe Blue/Red support
## [1.5.0] - 2021-04-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Expand Up @@ -52,7 +52,7 @@
"description":"If you experience HTTP error \"Too Many Requests\" its time to enable Throttling! Note that this can slow you Homebridge instance down, so you need to play with the limits below to hit that special sweetspot for yourself.",
"type": "boolean",
"required": false,
"default": false
"default": true
},
"throttle_rate" : {
"title":"Throttle rate",
Expand Down

0 comments on commit 66be70a

Please sign in to comment.