Remote RPI GPIO not listed in my Dashboard

Hello Home Assistant Community,
I have a problem with the “remote_rpi_gpio” integration.
I have a Raspberry Pi 4B running the Home Assistant installation and a Rapsberry Pi 3B running a freshly installed Raspberry Pi OS Lite. On the RPI3 I have already done all the updates and switched on Remote GPIO with “sudo raspi-config”. Then I restarted the Pi. In Home Assistant, I copied this entry into the configuration.yaml file and adjusted it accordingly:

binary_sensor:
  - platform: remote_rpi_gpio
    host: 192.168.178.12
    ports:
      11: Extend
      12: Retract

Then I checked the Home Assistant configuration and restarted my installation. However, I did not find the binary sensor in “Add card” in the dashboard.

After that I tried all this again, only with Switch:

switch:
  - platform: remote_rpi_gpio
    host: 192.168.178.12
    ports:
      11: Extend
      12: retract

But I did not find that either.

I also want the whole thing to switch off again after 1 minute. (From ON to OFF).

Can anyone help me?

Best,
Jan

Did you eventually sorted this out? I’m having the same issue…