Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jun 6, 2024
1 parent e24080a commit 93ca092
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ See [basic usage](#basic-usage) for additional information or visit the [wiki pa

## What's Changed in v2.9.6

- FIX: Connection to camera would get stuck and not come back on it's own until the webui was opened. Thanks@vipergts450 and @g13092! (#1234) (#1240)
- FIX: Connection to camera would get stuck and not come back on it's own until the webui was opened. Thanks @vipergts450 and @g13092! (#1234) (#1240)
- FIX: Regression introduced in v2.9.5 where AAC audio sources would not work (#1241) Thanks @rspierenburg!
- Home Assistant FIX: check if path exists when migrating HA config #1242
- Home Assistant FIX: Regression introduced in v2.9.5 where MQTT was not setting up automatically. (#1247)
- Home Assistant FIX: check if path exists when migrating HA config (#1242)
- Home Assistant NEW: Disable MQTT by setting MQTT to `false` (#1232)
- NEW: Ability to read credentials from Docker Secrets. Thanks @cliaz! (#1244)
- Supported variables: `WYZE_EMAIL`, `WYZE_PASSWORD`, `API_ID`,`API_KEY`, `WB_USERNAME`, `WB_PASSWORD`, and `WB_API`

Expand Down
6 changes: 4 additions & 2 deletions home_assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## What's Changed in v2.9.6

- FIX: Connection to camera would get stuck and not come back on it's own until the webui was opened. Thanks@vipergts450 and @g13092! (#1234) (#1240)
- FIX: Connection to camera would get stuck and not come back on it's own until the webui was opened. Thanks @vipergts450 and @g13092! (#1234) (#1240)
- FIX: Regression introduced in v2.9.5 where AAC audio sources would not work (#1241) Thanks @rspierenburg!
- Home Assistant FIX: check if path exists when migrating HA config #1242
- Home Assistant FIX: Regression introduced in v2.9.5 where MQTT was not setting up automatically. (#1247)
- Home Assistant FIX: check if path exists when migrating HA config (#1242)
- Home Assistant NEW: Disable MQTT by setting MQTT to `false` (#1232)
- NEW: Ability to read credentials from Docker Secrets. Thanks @cliaz! (#1244)
- Supported variables: `WYZE_EMAIL`, `WYZE_PASSWORD`, `API_ID`,`API_KEY`, `WB_USERNAME`, `WB_PASSWORD`, and `WB_API`

Expand Down

0 comments on commit 93ca092

Please sign in to comment.