diff --git a/docs/en/changelog/firmware.md b/docs/en/changelog/firmware.md index 5f782a3..80c57c1 100644 --- a/docs/en/changelog/firmware.md +++ b/docs/en/changelog/firmware.md @@ -1,6 +1,15 @@ # Release Notes & Changelog Welcome to the latest updates! Here's a breakdown of all the **new features**, **improvements**, and important **changes** you need to know. Be sure to check out the **Breaking Changes** section for any actions needed to keep everything running smoothly. +## 2024.11.1 +### ✨ Improvements +- **Fixed dev branch name** + Updated the development branch name to resolve future issues. + +### 📝 Other Updates +- **Switch Nuki Component branch** + Migrated the `nuki_lock` component to the main branch as the new features got merged. + ## 2024.11.0 ### 🚀 What's New? - **TC:BUS Protocol Support** diff --git a/enclosure/Bottom.stl b/enclosure/Bottom.stl index 5898ab1..95e0b9a 100644 Binary files a/enclosure/Bottom.stl and b/enclosure/Bottom.stl differ diff --git a/firmware/addons/nuki-bridge.yaml b/firmware/addons/nuki-bridge.yaml index a8c2bf3..9efe033 100644 --- a/firmware/addons/nuki-bridge.yaml +++ b/firmware/addons/nuki-bridge.yaml @@ -5,7 +5,7 @@ esp32: platform_version: 6.7.0 external_components: - - source: github://uriyacovy/ESPHome_nuki_lock@feature/more-settings + - source: github://uriyacovy/ESPHome_nuki_lock refresh: 60s # Pairing Mode @@ -172,22 +172,6 @@ lock: sorting_group_id: sorting_group_nuki_settings sorting_weight: 5 - #latitude: - # id: nuki_latitude - # name: "Nuki Latitude" - # disabled_by_default: true - # web_server: - # sorting_group_id: sorting_group_nuki_settings - # sorting_weight: 6 - - #longitude: - # id: nuki_longitude - # name: "Nuki Longitude" - # disabled_by_default: true - # web_server: - # sorting_group_id: sorting_group_nuki_settings - # sorting_weight: 7 - night_mode_enabled: id: nuki_night_mode name: "Nuki Night Mode" diff --git a/firmware/base.yaml b/firmware/base.yaml index 022321c..1c9dd28 100644 --- a/firmware/base.yaml +++ b/firmware/base.yaml @@ -28,7 +28,7 @@ esphome: project: name: "AzonInc.Doorman" - version: "2024.11.0" + version: "2024.11.1" platformio_options: board_build.flash_mode: dio diff --git a/firmware/doorman-nuki-bridge.dev.yaml b/firmware/doorman-nuki-bridge.dev.yaml index 4b11b14..3717a0c 100644 --- a/firmware/doorman-nuki-bridge.dev.yaml +++ b/firmware/doorman-nuki-bridge.dev.yaml @@ -6,7 +6,7 @@ packages: device_base: !include doorman-nuki-bridge.yaml external_components: - - source: github://AzonInc/Doorman@dev-structure + - source: github://AzonInc/Doorman@dev components: [ tc_bus ] refresh: 60s diff --git a/firmware/doorman-stock.dev.yaml b/firmware/doorman-stock.dev.yaml index ba64ea6..8aa289b 100644 --- a/firmware/doorman-stock.dev.yaml +++ b/firmware/doorman-stock.dev.yaml @@ -6,7 +6,7 @@ packages: device_base: !include doorman-stock.yaml external_components: - - source: github://AzonInc/Doorman@dev-structure + - source: github://AzonInc/Doorman@dev components: [ tc_bus ] refresh: 60s