diff --git a/firmware/addons/interactive-setup.yaml b/firmware/addons/interactive-setup.yaml index 27fc5aa..6cb3ab0 100644 --- a/firmware/addons/interactive-setup.yaml +++ b/firmware/addons/interactive-setup.yaml @@ -15,7 +15,7 @@ button: on_press: - globals.set: id: command_setup_mode - value: 'true' + value: "true" - script.execute: update_led - platform: template @@ -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 @@ -86,7 +86,7 @@ tcs_intercom: - globals.set: id: command_setup_mode - value: 'false' + value: "false" - light.turn_on: id: doorman_rgb_status_led