Help with remote GPIO

I dont know what i am doing wrong but i dont know how to get it to work nor do i know how to diagnose it i am very very very new to home assistant and gpio in general

And your question is??

How to help us help you - or How to ask a good question

It shows up as an entity but it does not have an id nor does it show up in devices is that how it is supposed to work

2023-01-29 21:42:48.008 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform remote_rpi_gpio is taking over 10 seconds.

2023-01-29 21:43:33.515 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: switch.remote_rpi_gpio

2023-01-29 21:43:38.008 ERROR (MainThread) [homeassistant.components.switch] Setup of platform remote_rpi_gpio is taking longer than 60 seconds. Startup will proceed without waiting any longer.

2023-01-29 21:44:55.362 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.doorbell_button or it is/they are currently not available

2023-01-29 21:45:42.895 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.doorbell_button or it is/they are currently not available

2023-01-29 22:11:52.169 WARNING (Thread-4) [pychromecast.socket_client] [(192.168.30.115):8009] Heartbeat timeout, resetting connection

2023-01-29 22:12:22.211 ERROR (Thread-4) [pychromecast.socket_client] [(192.168.30.115):8009] Failed to connect to service ServiceInfo(type=‘host’, data=(‘192.168.30.115’, 8009)), retrying in 5.0s

that is from the logs

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:

themes: !include_dir_merge_named themes

Text to speech

tts:

  • platform: google_translate

automation: !include automations.yaml

script: !include scripts.yaml

scene: !include scenes.yaml

switch:

  • platform: remote_rpi_gpio

    host: 192.168.30.126

    ports:

    11: Doorbell Button

    12: Voip

    39: Ground

that is my configuration

Didn’t read #11 in How to help us help you - or How to ask a good question, did you?