Skip to content

Commit

Permalink
Update Firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Mar 26, 2024
1 parent f10c2d4 commit a3a1f29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion firmware/addons/nuki-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ esphome:
- https://github.com/AzonInc/NukiBleEsp32

external_components:
- source: github://AzonInc/ESPHome_nuki_lock@dev
- source: github://AzonInc/ESPHome_nuki_lock@master

# Pairing Mode
binary_sensor:
Expand Down
3 changes: 2 additions & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ improv_serial:

# Import TCS Intercom Component
external_components:
- source: github://AzonInc/esphome_tcs_intercom
- source: github://AzonInc/esphome_tcs_intercom@master
components: [ tcs_intercom ]

# Setup TCS Intercom Component
Expand Down Expand Up @@ -127,6 +127,7 @@ light:
num_leds: 1
rmt_channel: 0
chipset: ws2812
gamma_correct: 1
default_transition_length: 500ms
color_correct: [80%, 80%, 80%]
effects:
Expand Down
12 changes: 6 additions & 6 deletions firmware/doorman-nuki-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ lock:
on_pairing_mode_on_action:
- light.turn_on:
id: doorman_rgb_status_led
red: 0%
green: 100%
blue: 0%
red: 100%
green: 0%
blue: 100%
effect: pulse

on_pairing_mode_off_action:
Expand All @@ -78,6 +78,6 @@ lock:
on_paired_action:
- light.turn_on:
id: doorman_rgb_status_led
red: 0%
green: 100%
blue: 0%
red: 100%
green: 0%
blue: 100%

0 comments on commit a3a1f29

Please sign in to comment.