Skip to content

Commit

Permalink
Fix initial Interactive Setup condition
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 28, 2024
1 parent 543f479 commit 7fefa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ esphome:
- delay: 2s
- if:
condition:
- lambda: return id(initial_setup_done) == false && apartment_doorbell_command != 0;
- lambda: return id(initial_setup_done) == false && apartment_doorbell_command == 0;
then:
- button.press: doorman_interactive_setup_start

Expand Down

0 comments on commit 7fefa7d

Please sign in to comment.