From 96da136b1a4cfc9789a22af7cc768bfa9abb155a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 31 Dec 2024 07:31:22 -0700 Subject: [PATCH] Tag 2024.12.31-4d0b552f --- addon/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ addon/config.yaml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 65e1082..06a334c 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -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 diff --git a/addon/config.yaml b/addon/config.yaml index 7a9f807..03ae864 100644 --- a/addon/config.yaml +++ b/addon/config.yaml @@ -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