mirror of
https://github.com/ale1800/ESP-360-REMOTE.git
synced 2025-03-10 12:48:45 -03:00
Update esphome-esp360remote.yaml
This commit is contained in:
parent
da86e54732
commit
c6e1bd8ee4
@ -82,6 +82,12 @@ remote_receiver:
|
|||||||
filter: 200us
|
filter: 200us
|
||||||
idle: 4ms
|
idle: 4ms
|
||||||
buffer_size: 10kb
|
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
|
- id: IR_RX
|
||||||
pin:
|
pin:
|
||||||
number: GPIO19
|
number: GPIO19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user