Binary Sensor not available after Update to 12.2023

Hi there,

after updaeting Home assistant to 12.2023 my ESP Home Binary Sensor GPIO ist working anymore.

image

ive been searchung about some breaking changes in ESP an HA but i cant figure out whats the main Problem.

eventually you can give me a hint.

thanks a lot.

Check the entity_id of the sensor on the device page in Settings → Devices and Integrations → ESPHome. Has it had _2 appended to the end?

This happens occasionally, not sure why.

You should be able to delete the _2 from the entity id after a restart.

If that has not happened could you please share the binary sensor config from your esphome device yaml.

nope, there is no _2

image

here is the .yaml

esphome:
  name: doorbell
  platform: ESP8266
  board: nodemcuv2

binary_sensor:
  - platform: gpio
    pin:
      number: D1
      mode: INPUT_PULLUP
      inverted: false
    name: "Türklingel Button"
    
sensor:
  - platform: wifi_signal
    name: "Türklingel Wifi Signal"
    update_interval: 120s
  - platform: uptime
    name: "Türklingel uptime"
    

It could be something to do with the ü in

name: "Türklingel Button"

Though not if you have your wifi sensor working.

Try reloading the integration. Go to Devices & Services → click on the ESPHome card then find your device and reload it: