Core.yaml configures a remote_receiver on GPIO07 with dump: all, but nothing consumes it — there are no remote_receiver binary_sensors and no on-receive actions anywhere in the config.
https://github.com/ApolloAutomation/CAST-1/blob/main/Integrations/ESPHome/Core.yaml#L184-L190
Two things to triage:
dump: all logs every received IR/RF frame — debug noise that should be off for released firmware.
- The receiver itself appears unfinished/unused. Either wire it up to actions or remove it.
Filing for triage rather than changing blind, since it may be a work-in-progress.
🤖 Generated with Claude Code
Core.yamlconfigures aremote_receiveron GPIO07 withdump: all, but nothing consumes it — there are noremote_receiverbinary_sensors and no on-receive actions anywhere in the config.https://github.com/ApolloAutomation/CAST-1/blob/main/Integrations/ESPHome/Core.yaml#L184-L190
Two things to triage:
dump: alllogs every received IR/RF frame — debug noise that should be off for released firmware.Filing for triage rather than changing blind, since it may be a work-in-progress.
🤖 Generated with Claude Code