Skip to content

Commit

Permalink
strapping pins
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Feb 26, 2024
1 parent a4b8f94 commit 9ff74d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ The hardware design of the ulanzi isn't perfect. If your ulanzi makes a crazy be
```yaml
output:
- platform: gpio
pin: GPIO15
id: crazy_hardware_workaround
pin:
number: GPIO15
ignore_strapping_warning: true
id: buzzer_pin

```

## Attention
Expand Down
7 changes: 4 additions & 3 deletions copy2esphome/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ logger:

output:
- platform: gpio
pin: GPIO15
ignore_strapping_warning: true
id: crazy_hardware_workaround
pin:
number: GPIO15
ignore_strapping_warning: true
id: buzzer_pin

api:

Expand Down

0 comments on commit 9ff74d9

Please sign in to comment.