File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5
5
- https://github.com/AzonInc/NukiBleEsp32
6
6
7
7
external_components :
8
- - source : github://AzonInc/ESPHome_nuki_lock@dev
8
+ - source : github://AzonInc/ESPHome_nuki_lock@master
9
9
10
10
# Pairing Mode
11
11
binary_sensor :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ improv_serial:
59
59
60
60
# Import TCS Intercom Component
61
61
external_components :
62
- - source : github://AzonInc/esphome_tcs_intercom
62
+ - source : github://AzonInc/esphome_tcs_intercom@master
63
63
components : [ tcs_intercom ]
64
64
65
65
# Setup TCS Intercom Component
@@ -127,6 +127,7 @@ light:
127
127
num_leds : 1
128
128
rmt_channel : 0
129
129
chipset : ws2812
130
+ gamma_correct : 1
130
131
default_transition_length : 500ms
131
132
color_correct : [80%, 80%, 80%]
132
133
effects :
Original file line number Diff line number Diff line change 66
66
on_pairing_mode_on_action :
67
67
- light.turn_on :
68
68
id : doorman_rgb_status_led
69
- red : 0 %
70
- green : 100 %
71
- blue : 0 %
69
+ red : 100 %
70
+ green : 0 %
71
+ blue : 100 %
72
72
effect : pulse
73
73
74
74
on_pairing_mode_off_action :
78
78
on_paired_action :
79
79
- light.turn_on :
80
80
id : doorman_rgb_status_led
81
- red : 0 %
82
- green : 100 %
83
- blue : 0 %
81
+ red : 100 %
82
+ green : 0 %
83
+ blue : 100 %
You can’t perform that action at this time.
0 commit comments