mirror of
https://github.com/esphome/esphome.git
synced 2024-12-27 07:51:43 +01:00
11 lines
220 B
YAML
11 lines
220 B
YAML
|
sensor:
|
||
|
- platform: pulse_counter_ulp
|
||
|
name: Pulse Counter ULP
|
||
|
pin: 4
|
||
|
count_mode:
|
||
|
rising_edge: INCREMENT
|
||
|
falling_edge: DECREMENT
|
||
|
sleep_duration: 13ms
|
||
|
debounce: 4
|
||
|
update_interval: 15s
|