Why is this automatically working?
remote_receiver:
pin:
number: GPIO4
inverted: True
mode: INPUT_PULLUP
dump: raw
tolerance: 60%
filter: 4us
idle: 4ms
and this not?
remote_receiver:
pin:
number: GPIO4
inverted: True
mode: INPUT_PULLUP
dump: rc_switch
tolerance: 60%
filter: 4us
idle: 4ms
The dump: raw also dumps it to mqtt. But then setting it to a specific protocol, than it stops sending to mqtt.