Skip to content

Commit

Permalink
Change effect
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 12, 2024
1 parent cec1cbc commit 0bf3b6d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tcs_intercom:
disabled_by_default: true

switch:
# Preconfigured Party Mode Switch
# Preconfigured Ring To Open Mode Switch
- platform: template
name: Ring To Open
icon: mdi:party-popper
Expand All @@ -153,7 +153,7 @@ switch:
red: 100%
green: 100%
blue: 3%
effect: slow_partymode
effect: slow_pulse
turn_off_action:
- light.turn_off: doorman_rgb_status_led

Expand Down Expand Up @@ -220,12 +220,14 @@ light:
name: pulse
transition_length: 250ms
update_interval: 250ms
max_brightness: 60%
min_brightness: 0%
max_brightness: 40%
- pulse:
name: slow_pulse
transition_length: 1s
update_interval: 2s
max_brightness: 60%
min_brightness: 0%
max_brightness: 40%
- pulse:
name: slow_partymode
transition_length: 4s
Expand Down

0 comments on commit 0bf3b6d

Please sign in to comment.