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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user