mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 14:30:23 +00:00
[remote_base] Dedupe dumpers, fold receiver attach into one helper, compile a bare receiver
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# A receiver with no dumpers and no listeners compiles both lists out
|
||||
remote_receiver:
|
||||
- id: rcvr_bare
|
||||
pin: ${pin}
|
||||
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
pin: GPIO2
|
||||
|
||||
packages:
|
||||
bare: !include bare-common.yaml
|
||||
Reference in New Issue
Block a user