Skip to content

Commit 1c9b9ea

Browse files
committed
misc
1 parent d5160ff commit 1c9b9ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ substitutions:
1717

1818
# Pins for this model
1919
packages:
20-
pins: !include ../pins/m5stack_unit_cams3.yaml
21-
i2c: !include ../extension/internal_i2c.yaml
20+
pins: !include pins/m5stack_unit_cams3.yaml
21+
i2c: !include extension/internal_i2c.yaml
2222

2323
esphome:
2424
project:

board/module/unit_hall.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ binary_sensor:
1313
id: hall_sensor
1414
pin:
1515
number: ${module.hall_in_pin}
16-
mode:
17-
input: true
16+
mode: INPUT_PULLUP
17+
inverted: true
1818
filters:
1919
- delayed_on_off: 250ms
2020
- delayed_off: !lambda 'return id(hall_off_latency).state * 1000;'

0 commit comments

Comments
 (0)