M5Stack RF433R 433 MHz receiver

Hi. Has anyone tried connecting the M5Stack RF433R 433 MHz receiver module to an ESPHome device? m5-docs

I tried connecting it to an M5Stack AtomS3-Lite. Here's my ESPHome config.

But it doesn't seem to work -- nothing is dumped to the log

esphome:
  name: doorbell-proxy
  friendly_name: doorbell proxy

esp32:
  variant: esp32s3
  flash_size: 8MB
  framework:
    type: esp-idf

logger:

api:

ota:
  - platform: esphome
    password: !secret ota_password

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

remote_receiver:
  - pin: GPIO1
    id: remote_receiver_1
    dump: all

Only

[00:03:35.034][C][remote_receiver.esp32:120]: Remote Receiver:
[00:03:35.034][C][remote_receiver.esp32:120]:   Clock resolution: 1000000 hz
[00:03:35.034][C][remote_receiver.esp32:120]:   RMT symbols: 192
[00:03:35.034][C][remote_receiver.esp32:120]:   Filter symbols: 0
[00:03:35.034][C][remote_receiver.esp32:120]:   Receive symbols: 192
[00:03:35.034][C][remote_receiver.esp32:120]:   Tolerance: 25%
[00:03:35.034][C][remote_receiver.esp32:120]:   Carrier frequency: 0 hz
[00:03:35.034][C][remote_receiver.esp32:120]:   Carrier duty: 100%
[00:03:35.034][C][remote_receiver.esp32:120]:   Filter out pulses shorter than: 50 us
[00:03:35.034][C][remote_receiver.esp32:120]:   Signal is done after 10000 us of no changes
[00:03:35.077][C][remote_receiver.esp32:152]:   Pin: GPIO1

Solved by inverting the pin