diff --git a/tests/components/cc1101/test.esp32-c3-idf.yaml b/tests/components/cc1101/test.esp32-c3-idf.yaml index 0b9486d182..ffc817d562 100644 --- a/tests/components/cc1101/test.esp32-c3-idf.yaml +++ b/tests/components/cc1101/test.esp32-c3-idf.yaml @@ -12,6 +12,8 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature # https://github.com/esphome/issues/issues/2934 # c3 has four channels, two for tx, two for rx diff --git a/tests/components/cc1101/test.esp32-c3.yaml b/tests/components/cc1101/test.esp32-c3.yaml index 0b9486d182..ffc817d562 100644 --- a/tests/components/cc1101/test.esp32-c3.yaml +++ b/tests/components/cc1101/test.esp32-c3.yaml @@ -12,6 +12,8 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature # https://github.com/esphome/issues/issues/2934 # c3 has four channels, two for tx, two for rx diff --git a/tests/components/cc1101/test.esp32-idf.yaml b/tests/components/cc1101/test.esp32-idf.yaml index 2277f37849..698977f27e 100644 --- a/tests/components/cc1101/test.esp32-idf.yaml +++ b/tests/components/cc1101/test.esp32-idf.yaml @@ -12,10 +12,12 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature remote_transmitter: - - pin: GPIO32 # GDO0 - carrier_duty_percent: 100% + pin: GPIO32 # GDO0 + carrier_duty_percent: 100% remote_receiver: pin: GPIO33 # GDO2 diff --git a/tests/components/cc1101/test.esp32-s2-idf.yaml b/tests/components/cc1101/test.esp32-s2-idf.yaml index b47b5dfd74..b36db1e4f0 100644 --- a/tests/components/cc1101/test.esp32-s2-idf.yaml +++ b/tests/components/cc1101/test.esp32-s2-idf.yaml @@ -12,10 +12,12 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature remote_transmitter: - - pin: GPIO8 # GDO0 - carrier_duty_percent: 100% + pin: GPIO8 # GDO0 + carrier_duty_percent: 100% remote_receiver: pin: GPIO9 # GDO2 diff --git a/tests/components/cc1101/test.esp32-s2.yaml b/tests/components/cc1101/test.esp32-s2.yaml index b47b5dfd74..b36db1e4f0 100644 --- a/tests/components/cc1101/test.esp32-s2.yaml +++ b/tests/components/cc1101/test.esp32-s2.yaml @@ -12,10 +12,12 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature remote_transmitter: - - pin: GPIO8 # GDO0 - carrier_duty_percent: 100% + pin: GPIO8 # GDO0 + carrier_duty_percent: 100% remote_receiver: pin: GPIO9 # GDO2 diff --git a/tests/components/cc1101/test.esp32.yaml b/tests/components/cc1101/test.esp32.yaml index 2277f37849..698977f27e 100644 --- a/tests/components/cc1101/test.esp32.yaml +++ b/tests/components/cc1101/test.esp32.yaml @@ -12,10 +12,12 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature remote_transmitter: - - pin: GPIO32 # GDO0 - carrier_duty_percent: 100% + pin: GPIO32 # GDO0 + carrier_duty_percent: 100% remote_receiver: pin: GPIO33 # GDO2 diff --git a/tests/components/cc1101/test.esp8266.yaml b/tests/components/cc1101/test.esp8266.yaml index 50e24a02ce..a9413ba0e4 100644 --- a/tests/components/cc1101/test.esp8266.yaml +++ b/tests/components/cc1101/test.esp8266.yaml @@ -6,7 +6,7 @@ spi: cc1101: id: transceiver cs_pin: D8 # GPIO15 - gdo0: + gdo0_pin: number: D1 # GPIO5 allow_other_uses: true bandwidth: 200 @@ -15,12 +15,14 @@ cc1101: name: RSSI lqi: name: LQI + temperature: + name: Temperature remote_transmitter: - - pin: - number: D1 # GDO0 - allow_other_uses: true - carrier_duty_percent: 100% + pin: + number: D1 # GDO0 + allow_other_uses: true + carrier_duty_percent: 100% remote_receiver: pin: