Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 29, 2024
1 parent 16ae8de commit 6f4b931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/addons/interactive-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ button:
on_press:
- globals.set:
id: command_setup_mode
value: 'true'
value: "true"
- script.execute: update_led

- platform: template
Expand All @@ -26,7 +26,7 @@ button:
on_press:
- globals.set:
id: command_setup_mode
value: 'false'
value: "false"
- script.execute: update_led

# Extend TCS Intercom Component
Expand Down Expand Up @@ -86,7 +86,7 @@ tcs_intercom:
- globals.set:
id: command_setup_mode
value: 'false'
value: "false"

- light.turn_on:
id: doorman_rgb_status_led
Expand Down

0 comments on commit 6f4b931

Please sign in to comment.