1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-23 12:13:49 +01:00

[tests] Migrate remote_transmitter/receiver to common bus definitions (#11325)

This commit is contained in:
J. Nick Koston
2025-10-17 17:21:38 -10:00
committed by GitHub
parent bfeade1e2b
commit 85f1019d90
99 changed files with 283 additions and 236 deletions

View File

@@ -0,0 +1,11 @@
# Common remote_transmitter configuration for ESP8266 Arduino tests
# Provides a shared remote transmitter that all components can use
# Components will auto-use this transmitter if they don't specify transmitter_id
substitutions:
remote_transmitter_pin: GPIO2
remote_transmitter:
id: xmitr
pin: ${remote_transmitter_pin}
carrier_duty_percent: 50%