mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Some tests for optimistic
This commit is contained in:
parent
b5b5afffc0
commit
0a21a59fa3
2 changed files with 2 additions and 0 deletions
|
@ -39,3 +39,4 @@ switch:
|
||||||
off_pin: 5
|
off_pin: 5
|
||||||
pulse_length: 60ms
|
pulse_length: 60ms
|
||||||
wait_time: 10ms
|
wait_time: 10ms
|
||||||
|
optimistic: false
|
||||||
|
|
|
@ -38,3 +38,4 @@ switch:
|
||||||
on_pin: 2
|
on_pin: 2
|
||||||
off_pin: 3
|
off_pin: 3
|
||||||
wait_time: 10ms
|
wait_time: 10ms
|
||||||
|
optimistic: true
|
||||||
|
|
Loading…
Reference in a new issue