Skip to content

Commit

Permalink
info GPIO15
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Feb 26, 2024
1 parent cb18849 commit ba826f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@

## Important

With the ulanzi-hardware and esphome 2024.2.0 you have to remove allt the rtttl stuff to make things work!!!
With the ulanzi-hardware and esphome 2024.2.0 you have to remove all the rtttl stuff to make things work!!!

The hardware design of the ulanzi isn't perfect. If your ulanzi makes a crazy beeping noise after removinf the rtttl-component you may use this setting to make it silent again.

```yaml
output:
- platform: gpio
pin: GPIO15
id: crazy_hardware_workaround
```
## Attention
Expand Down
5 changes: 5 additions & 0 deletions copy2esphome/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ binary_sensor:
logger:
level: WARN

output:
- platform: gpio
pin: GPIO15
id: crazy_hardware_workaround

api:

sensor:
Expand Down

0 comments on commit ba826f3

Please sign in to comment.