Rpi-gpio invalid config

I ended up with a bricked rpi so I did a rebuild and restored a snapshot. Everything came back just fine with one exception, I’m getting a warning that there is something wrong with a rpi-gpio binary sensor.

Untitled

Here is my code in configuration.yaml

binary_sensor:
  - platform: rpi_gpio
    ports:
      5: five
    invert_logic: true
    value_high: "Off"
    value_low: "On"

According to the Hassio component section, this should be ready to go with no need to enter anything for the component. This also worked fine on my last build and when I took the snapshot that I restored from. Any idea where I can look to fix this?