mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 22:28:14 +00:00
[remote_base] Fix typo in NEC tests 3nd time
This commit is contained in:
parent
d474eb388d
commit
c1712a478f
@ -18,14 +18,14 @@ button:
|
||||
on_press:
|
||||
remote_transmitter.transmit_nec:
|
||||
address: ${nec_address}
|
||||
command: ${nec_comamnd}
|
||||
command: ${nec_command}
|
||||
- platform: template
|
||||
name: NEC Default 3 Repeats
|
||||
id: living_room_lights_off_default_repeats
|
||||
on_press:
|
||||
remote_transmitter.transmit_nec:
|
||||
address: ${nec_address}
|
||||
command: ${nec_comamnd}
|
||||
command: ${nec_command}
|
||||
repeats: 3
|
||||
type: frame_with_repeats
|
||||
- platform: template
|
||||
@ -34,7 +34,7 @@ button:
|
||||
on_press:
|
||||
remote_transmitter.transmit_nec:
|
||||
address: ${nec_address}
|
||||
command: ${nec_comamnd}
|
||||
command: ${nec_command}
|
||||
repeats: 10
|
||||
type: repeats_only
|
||||
- platform: template
|
||||
|
Loading…
x
Reference in New Issue
Block a user