Convert PIR GPIO to pulldown

As per [1] this is the suggested configuration.

[1] https://community.home-assistant.io/t/am312-motion-sensors-going-crazy/335073/10
This commit is contained in:
2025-09-21 01:01:11 -04:00
parent b2845eb479
commit 4a416fa710

View File

@@ -763,7 +763,7 @@ binary_sensor:
id: pir_gpio id: pir_gpio
pin: pin:
number: GPIO32 number: GPIO32
mode: INPUT_PULLUP mode: INPUT_PULLDOWN
internal: false internal: false
device_class: motion device_class: motion
on_press: on_press: