Option invalid for pin

In my ESPHome configuration, I’m getting the following error:

INFO ESPHome 2023.11.4
INFO Reading configuration /config/garage-door-6f6a9f.yaml...
Failed config

output.gpio: [source /config/.esphome/packages/d9505d5d/packages/warning-beep.yaml:2]
  id: buzzer_output
  platform: gpio
  pin: 
    number: D8
    
    [allow_other_uses] is an invalid option for [pin].
    allow_other_uses: false

I’m new to ESPHome so I’m still learning.

What does this mean and how to I fix it?

Update ESPHome to version 2023.12.x

This option was added recently, and without it the config doesn’t validate on the current version of ESPHome.

1 Like