Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Mar 24, 2024
1 parent 981c05c commit 89ce374
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions firmware/doorman-nuki-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,22 @@ lock:
pairing_mode:
name: "Nuki Pairing Mode"
disabled_by_default: true
turn_on_action:
- light.turn_on:
id: doorman_rgb_status_led
red: 0%
green: 100%
blue: 0%
effect: pulse
turn_off_action:
- light.turn_off:
id: doorman_rgb_status_led

on_pairing_mode_on_action:
- light.turn_on:
id: doorman_rgb_status_led
red: 0%
green: 100%
blue: 0%
effect: pulse

on_pairing_mode_off_action:
- light.turn_off:
id: doorman_rgb_status_led

on_paired:
- light.turn_on:
id: doorman_rgb_status_led
red: 0%
green: 100%
blue: 0%

0 comments on commit 89ce374

Please sign in to comment.