Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 29, 2024
1 parent 16a59a7 commit d12fb60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/addons/interactive-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ esphome:
- lambda: |-
return
id(initial_setup_done) == false &&
apartment_doorbell_command == 0 &&
entrance_doorbell_command == 0 &&
pick_up_phone_command == 0 &&
function_button_command == 0;
id(apartment_doorbell_command) == 0 &&
id(entrance_doorbell_command) == 0 &&
id(pick_up_phone_command) == 0 &&
id(function_button_command) == 0;
then:
- button.press: doorman_interactive_setup_start
else:
Expand Down

0 comments on commit d12fb60

Please sign in to comment.