mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +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:
|
on_press:
|
||||||
remote_transmitter.transmit_nec:
|
remote_transmitter.transmit_nec:
|
||||||
address: ${nec_address}
|
address: ${nec_address}
|
||||||
command: ${nec_comamnd}
|
command: ${nec_command}
|
||||||
- platform: template
|
- platform: template
|
||||||
name: NEC Default 3 Repeats
|
name: NEC Default 3 Repeats
|
||||||
id: living_room_lights_off_default_repeats
|
id: living_room_lights_off_default_repeats
|
||||||
on_press:
|
on_press:
|
||||||
remote_transmitter.transmit_nec:
|
remote_transmitter.transmit_nec:
|
||||||
address: ${nec_address}
|
address: ${nec_address}
|
||||||
command: ${nec_comamnd}
|
command: ${nec_command}
|
||||||
repeats: 3
|
repeats: 3
|
||||||
type: frame_with_repeats
|
type: frame_with_repeats
|
||||||
- platform: template
|
- platform: template
|
||||||
@ -34,7 +34,7 @@ button:
|
|||||||
on_press:
|
on_press:
|
||||||
remote_transmitter.transmit_nec:
|
remote_transmitter.transmit_nec:
|
||||||
address: ${nec_address}
|
address: ${nec_address}
|
||||||
command: ${nec_comamnd}
|
command: ${nec_command}
|
||||||
repeats: 10
|
repeats: 10
|
||||||
type: repeats_only
|
type: repeats_only
|
||||||
- platform: template
|
- platform: template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user