From af296157c4f0181e6a07a6c9bf7a5500f9135a3c Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Fri, 23 Feb 2024 18:38:49 +0100 Subject: [PATCH] remove GPIO15 --- README.md | 2 +- install/ulanzi-easy.yaml | 16 ---------------- tests/ulanzi-test.yaml | 16 ---------------- 3 files changed, 1 insertion(+), 33 deletions(-) diff --git a/README.md b/README.md index e3fc1277..1403dd10 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ > If you like this project, please donate a star on GitHub and consider [sponsoring](https://www.paypal.com/donate/?hosted_button_id=FZDKSLQ46HJTU) me 🙏 ! ## Important breaking news -with the ulanzi-hardware and esphome 2024.2.0 you have to remove all 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!!! ## Introduction diff --git a/install/ulanzi-easy.yaml b/install/ulanzi-easy.yaml index e3248e5a..6c0720e1 100644 --- a/install/ulanzi-easy.yaml +++ b/install/ulanzi-easy.yaml @@ -4,7 +4,6 @@ substitutions: board: esp32dev # Pin definition from https://github.com/aptonline/PixelIt_Ulanzi battery_pin: GPIO34 - buzzer_pin: GPIO15 ldr_pin: GPIO35 matrix_pin: GPIO32 left_button_pin: GPIO26 @@ -66,14 +65,6 @@ esphome: then: - ds1307.read_time: -output: - - platform: ledc - pin: $buzzer_pin - id: rtttl_out - -rtttl: - output: rtttl_out - esp32: board: esp32dev @@ -108,13 +99,6 @@ logger: level: DEBUG api: - services: - - service: tune - variables: - tune: string - then: - - rtttl.play: - rtttl: !lambda 'return tune;' sensor: - platform: sht3xd diff --git a/tests/ulanzi-test.yaml b/tests/ulanzi-test.yaml index 6d9dc86a..38d8da30 100644 --- a/tests/ulanzi-test.yaml +++ b/tests/ulanzi-test.yaml @@ -4,7 +4,6 @@ substitutions: board: esp32dev # Pin definition from https://github.com/aptonline/PixelIt_Ulanzi battery_pin: GPIO34 - buzzer_pin: GPIO15 ldr_pin: GPIO35 matrix_pin: GPIO32 left_button_pin: GPIO26 @@ -60,14 +59,6 @@ esphome: then: - ds1307.read_time: -output: - - platform: ledc - pin: $buzzer_pin - id: rtttl_out - -rtttl: - output: rtttl_out - esp32: board: esp32dev @@ -102,13 +93,6 @@ logger: level: WARN api: - services: - - service: tune - variables: - tune: string - then: - - rtttl.play: - rtttl: !lambda 'return tune;' sensor: - platform: sht3xd