Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #29

Merged
merged 4 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/en/changelog/firmware.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
Binary file modified enclosure/Bottom.stl
Binary file not shown.
18 changes: 1 addition & 17 deletions firmware/addons/nuki-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ esphome:

project:
name: "AzonInc.Doorman"
version: "2024.11.0"
version: "2024.11.1"

platformio_options:
board_build.flash_mode: dio
Expand Down
2 changes: 1 addition & 1 deletion firmware/doorman-nuki-bridge.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion firmware/doorman-stock.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading