Update esphome-esp360remote.yaml

This commit is contained in:
ale1800 2023-02-24 09:10:54 +01:00 committed by GitHub
parent da86e54732
commit c6e1bd8ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,12 @@ remote_receiver:
filter: 200us
idle: 4ms
buffer_size: 10kb
on_rc_switch:
- homeassistant.event:
event: esphome.rf_code_received
data:
protocol: !lambda 'return x.protocol;'
code: !lambda 'return x.code;'
- id: IR_RX
pin:
number: GPIO19