International Space Station binary_sensor not showing up

Hello. I added the International space station binary sensor to my configuration.yaml file, but it is not showing up as a badge, and there is not any entity listed for it when I look at states. I recently “took control” with the lovelace ui. I’m not sure what I’m doing wrong:

binary_sensor:
  - platform: iss
    name: "International Space Station"
  - platform: rpi_gpio
    ports:
      18: GPIO 18
    value_high: "On"
    value_low: "Off"
    invert_logic: true
  - platform: mqtt
    name: "MQTT Button"
    state_topic: "mustangarcher/buttonPub"
    payload_on: "1"
    payload_off: "0"
  - platform: mqtt
    name: "MQTT Deep Sleep Button"
    state_topic: "mustangarcher/deepsleep1"
    payload_on: "1"
    payload_off: "0"

errors in the log? the root cause is that it’s not appearing in your states

Thanks for the reply. The sensor is showing up now for some reason. I didn’t do anything but cuss at my computer to make it work. Thanks again

1 Like