Skip to content

Commit a3a1f29

Browse files
committed
Update Firmware
1 parent f10c2d4 commit a3a1f29

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

firmware/addons/nuki-bridge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ esphome:
55
- https://github.com/AzonInc/NukiBleEsp32
66

77
external_components:
8-
- source: github://AzonInc/ESPHome_nuki_lock@dev
8+
- source: github://AzonInc/ESPHome_nuki_lock@master
99

1010
# Pairing Mode
1111
binary_sensor:

firmware/base.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ improv_serial:
5959

6060
# Import TCS Intercom Component
6161
external_components:
62-
- source: github://AzonInc/esphome_tcs_intercom
62+
- source: github://AzonInc/esphome_tcs_intercom@master
6363
components: [ tcs_intercom ]
6464

6565
# Setup TCS Intercom Component
@@ -127,6 +127,7 @@ light:
127127
num_leds: 1
128128
rmt_channel: 0
129129
chipset: ws2812
130+
gamma_correct: 1
130131
default_transition_length: 500ms
131132
color_correct: [80%, 80%, 80%]
132133
effects:

firmware/doorman-nuki-bridge.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ lock:
6666
on_pairing_mode_on_action:
6767
- light.turn_on:
6868
id: doorman_rgb_status_led
69-
red: 0%
70-
green: 100%
71-
blue: 0%
69+
red: 100%
70+
green: 0%
71+
blue: 100%
7272
effect: pulse
7373

7474
on_pairing_mode_off_action:
@@ -78,6 +78,6 @@ lock:
7878
on_paired_action:
7979
- light.turn_on:
8080
id: doorman_rgb_status_led
81-
red: 0%
82-
green: 100%
83-
blue: 0%
81+
red: 100%
82+
green: 0%
83+
blue: 100%

0 commit comments

Comments
 (0)