Skip to content

Commit

Permalink
Tag 2025.01.01-ae1f0cc1
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 1, 2025
1 parent ae1f0cc commit bb4ba8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This file is automatically generated from the git commit history.

## [2025.01.01-ae1f0cc1] - 2025-01-01 13:40

### ⚙️ Miscellaneous

- Undoc_api: most fields of OneClickIotRuleDevice are Optional

This should resolve a failure to parse the json response when
most fields are null'd out.

Turns out that we don't need the device field to activate
a one-click, so we skip that part of the struct that we're
extracting.

refs: https://github.com/wez/govee2mqtt/issues/352


## [2024.12.31-39564aea] - 2024-12-31 14:51

### ⚙️ Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Govee to MQTT Bridge
image: ghcr.io/wez/govee2mqtt-{arch}
version: "2024.12.31-39564aea"
version: "2025.01.01-ae1f0cc1"
slug: govee2mqtt
description: Control Govee Devices
url: https://github.com/wez/govee2mqtt
Expand Down

0 comments on commit bb4ba8e

Please sign in to comment.