PIR Movement Sensor HC SR501 - u17194907425/u17194907425.github.io GitHub Wiki

HC-SR501

VCC = 4.5-20v

https://esphome.io/cookbook/pir.html

binary_sensor:
  - platform: gpio
    pin: <PIN_PIR_SENSOR_IS_CONNECTED_TO>
    name: "PIR Sensor"
    device_class: motion

Faster drop "ON" state to "OFF" ~ 2 seconds Quicker

Lower sensitivity (claimed as lower distance)

References