From 6ed2c4ecd704696c365871b23a2fff3391f420af Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:17:05 -0500 Subject: [PATCH] Remove unused IR remote_receiver (IR removed from PCB) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trevor removed the IR hardware from the CAST-1 PCB; the remote_receiver on GPIO07 was unused (nothing consumed it) and left dump: all on. Removes it and bumps version to 26.6.22.1. Closes #16 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/Core.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 50a0f45..02cd62d 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.6.19.3" + version: "26.6.22.1" packages: wizmote: !include wizmote.yaml @@ -207,14 +207,6 @@ select: then: - script.execute: apply_ota_source -remote_receiver: - pin: - number: GPIO07 - inverted: true - mode: - input: true - dump: all - audio_dac: - platform: pcm5122 id: external_dac