Skip to content

Commit

Permalink
Tag 2024.12.31-4d0b552f
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Dec 31, 2024
1 parent 4d0b552 commit 96da136
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

This file is automatically generated from the git commit history.

## [2024.12.31-4d0b552f] - 2024-12-31 14:30

### ⚙️ Miscellaneous

- Use light effect catalog to get device scenes for lan control

We default to querying the list of scene effects from the platform
API, but if you are running without the platform API credentials
(eg: want to run in LAN only mode) then we'd punt on getting
the list of scenes, even though we do actually have a way to
obtain that information to pave over gaps in the Govee API.

This commit adds a fallback to querying that light effect
catalog.

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

- Add mqtt hostname in iot connect error messages

This makes it easier to understand errors if trace logging is not
enabled.

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

- Undoc_api: allow cmdVersion to be missing or null

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


### 📚 Documentation

- Docs: update info about scenes and lan control

- Docs: clarify some FAQ


## [2024.12.30-c0545a87] - 2024-12-31 04:38

### ⚙️ 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.30-c0545a87"
version: "2024.12.31-4d0b552f"
slug: govee2mqtt
description: Control Govee Devices
url: https://github.com/wez/govee2mqtt
Expand Down

0 comments on commit 96da136

Please sign in to comment.