mirror of
https://github.com/esphome/esphome.git
synced 2026-05-27 11:56:11 +08:00
[tests] Migrate remote_transmitter/receiver to common bus definitions (#11325)
This commit is contained in:
@@ -50,7 +50,14 @@ PACKAGE_DEPENDENCIES = {
|
|||||||
|
|
||||||
# Bus types that can be defined directly in config files
|
# Bus types that can be defined directly in config files
|
||||||
# Components defining these directly cannot be grouped (they create unique bus IDs)
|
# Components defining these directly cannot be grouped (they create unique bus IDs)
|
||||||
DIRECT_BUS_TYPES = ("i2c", "spi", "uart", "modbus")
|
DIRECT_BUS_TYPES = (
|
||||||
|
"i2c",
|
||||||
|
"spi",
|
||||||
|
"uart",
|
||||||
|
"modbus",
|
||||||
|
"remote_transmitter",
|
||||||
|
"remote_receiver",
|
||||||
|
)
|
||||||
|
|
||||||
# Signature for components with no bus requirements
|
# Signature for components with no bus requirements
|
||||||
# These components can be merged with any other group
|
# These components can be merged with any other group
|
||||||
@@ -68,6 +75,8 @@ BASE_BUS_COMPONENTS = {
|
|||||||
"uart",
|
"uart",
|
||||||
"modbus",
|
"modbus",
|
||||||
"canbus",
|
"canbus",
|
||||||
|
"remote_transmitter",
|
||||||
|
"remote_receiver",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Components that must be tested in isolation (not grouped or batched with others)
|
# Components that must be tested in isolation (not grouped or batched with others)
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: heatpumpir
|
- platform: heatpumpir
|
||||||
protocol: ballu
|
protocol: ballu
|
||||||
@@ -10,3 +6,4 @@ climate:
|
|||||||
name: HeatpumpIR Climate
|
name: HeatpumpIR Climate
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: climate_ir_lg
|
- platform: climate_ir_lg
|
||||||
name: LG Climate
|
name: LG Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: coolix
|
- platform: coolix
|
||||||
name: Coolix Climate
|
name: Coolix Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: heatpumpir
|
- platform: heatpumpir
|
||||||
protocol: daikin
|
protocol: daikin
|
||||||
@@ -10,3 +6,4 @@ climate:
|
|||||||
name: HeatpumpIR Climate
|
name: HeatpumpIR Climate
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,18 +1,3 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${tx_pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
id: tsvr
|
|
||||||
|
|
||||||
remote_receiver:
|
|
||||||
id: rcvr
|
|
||||||
pin:
|
|
||||||
number: ${rx_pin}
|
|
||||||
inverted: true
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: true
|
|
||||||
tolerance: 40%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: daikin_arc
|
- platform: daikin_arc
|
||||||
name: Daikin AC
|
name: Daikin AC
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
substitutions:
|
packages:
|
||||||
tx_pin: GPIO0
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
rx_pin: GPIO2
|
remote_receiver: !include ../../test_build_components/common/remote_receiver/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: daikin_brc
|
- platform: daikin_brc
|
||||||
name: Daikin_brc Climate
|
name: Daikin_brc Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: delonghi
|
- platform: delonghi
|
||||||
name: Delonghi Climate
|
name: Delonghi Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,14 +1,5 @@
|
|||||||
remote_transmitter:
|
|
||||||
id: tx
|
|
||||||
pin: ${remote_transmitter_pin}
|
|
||||||
carrier_duty_percent: 100%
|
|
||||||
|
|
||||||
remote_receiver:
|
|
||||||
id: rcvr
|
|
||||||
pin: ${remote_receiver_pin}
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: emmeti
|
- platform: emmeti
|
||||||
name: Emmeti
|
name: Emmeti
|
||||||
receiver_id: rcvr
|
receiver_id: rcvr
|
||||||
transmitter_id: tx
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
substitutions:
|
packages:
|
||||||
remote_transmitter_pin: GPIO33
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
remote_receiver_pin: GPIO32
|
remote_receiver: !include ../../test_build_components/common/remote_receiver/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
substitutions:
|
packages:
|
||||||
remote_transmitter_pin: GPIO0
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
remote_receiver_pin: GPIO2
|
remote_receiver: !include ../../test_build_components/common/remote_receiver/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: fujitsu_general
|
- platform: fujitsu_general
|
||||||
name: Fujitsu General Climate
|
name: Fujitsu General Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: gree
|
- platform: gree
|
||||||
name: GREE
|
name: GREE
|
||||||
model: generic
|
model: generic
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: heatpumpir
|
- platform: heatpumpir
|
||||||
protocol: mitsubishi_heavy_zm
|
protocol: mitsubishi_heavy_zm
|
||||||
@@ -10,6 +6,7 @@ climate:
|
|||||||
name: HeatpumpIR Climate Mitsubishi
|
name: HeatpumpIR Climate Mitsubishi
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
transmitter_id: xmitr
|
||||||
- platform: heatpumpir
|
- platform: heatpumpir
|
||||||
protocol: daikin
|
protocol: daikin
|
||||||
horizontal_default: mleft
|
horizontal_default: mleft
|
||||||
@@ -17,6 +14,7 @@ climate:
|
|||||||
name: HeatpumpIR Climate Daikin
|
name: HeatpumpIR Climate Daikin
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
transmitter_id: xmitr
|
||||||
- platform: heatpumpir
|
- platform: heatpumpir
|
||||||
protocol: panasonic_altdke
|
protocol: panasonic_altdke
|
||||||
horizontal_default: mright
|
horizontal_default: mright
|
||||||
@@ -24,3 +22,4 @@ climate:
|
|||||||
name: HeatpumpIR Climate Panasonic
|
name: HeatpumpIR Climate Panasonic
|
||||||
min_temperature: 18
|
min_temperature: 18
|
||||||
max_temperature: 30
|
max_temperature: 30
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO6
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/bk72xx-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: hitachi_ac344
|
- platform: hitachi_ac344
|
||||||
name: Hitachi Climate
|
name: Hitachi Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO6
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/bk72xx-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: hitachi_ac424
|
- platform: hitachi_ac424
|
||||||
name: Hitachi Climate
|
name: Hitachi Climate
|
||||||
|
transmitter_id: xmitr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO6
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/bk72xx-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO2
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
substitutions:
|
packages:
|
||||||
pin: GPIO5
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
@@ -2,10 +2,6 @@ wifi:
|
|||||||
ssid: MySSID
|
ssid: MySSID
|
||||||
password: password1
|
password: password1
|
||||||
|
|
||||||
remote_transmitter:
|
|
||||||
pin: ${pin}
|
|
||||||
carrier_duty_percent: 50%
|
|
||||||
|
|
||||||
climate:
|
climate:
|
||||||
- platform: midea
|
- platform: midea
|
||||||
id: midea_unit
|
id: midea_unit
|
||||||
@@ -16,7 +12,7 @@ climate:
|
|||||||
x.set_mode(CLIMATE_MODE_FAN_ONLY);
|
x.set_mode(CLIMATE_MODE_FAN_ONLY);
|
||||||
on_state:
|
on_state:
|
||||||
- logger.log: State changed!
|
- logger.log: State changed!
|
||||||
transmitter_id:
|
transmitter_id: xmitr
|
||||||
period: 1s
|
period: 1s
|
||||||
num_attempts: 5
|
num_attempts: 5
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
substitutions:
|
|
||||||
pin: GPIO2
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
remote_transmitter: !include ../../test_build_components/common/remote_transmitter/esp32-ard.yaml
|
||||||
uart: !include ../../test_build_components/common/uart/esp32-ard.yaml
|
uart: !include ../../test_build_components/common/uart/esp32-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user