We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda1b1 commit a62159bCopy full SHA for a62159b
firmware/base.yaml
@@ -337,7 +337,7 @@ binary_sensor:
337
then:
338
- switch.turn_off: doorman_ring_to_open
339
340
- # If delay is 60 seconds, use random delay from 5 to 20 seconds
+ # If delay is 60 seconds, use random delay from 5 to 15 seconds
341
- if:
342
condition:
343
number.in_range:
@@ -346,7 +346,7 @@ binary_sensor:
346
347
- delay: !lambda "return 5000 + (rand() % 10000);"
348
else:
349
- - delay: !lambda "return id(doorman_ring_to_open_delay).state*1000;"
+ - delay: !lambda "return (id(doorman_ring_to_open_delay).state*1000) + 300;"
350
351
- tcs_intercom.send:
352
command: !lambda "return id(first_door_opener_command);"
0 commit comments