From 3372bbb16838628fd9e4d5f1af074d2d13d9f25e Mon Sep 17 00:00:00 2001 From: Mat931 <49403702+Mat931@users.noreply.github.com> Date: Fri, 3 May 2024 09:45:04 +0200 Subject: [PATCH] Add new test --- tests/components/remote_receiver/esp32-common.yaml | 6 ++++++ tests/components/remote_receiver/test.esp8266.yaml | 6 ++++++ tests/test3.yaml | 7 ------- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/tests/components/remote_receiver/esp32-common.yaml b/tests/components/remote_receiver/esp32-common.yaml index 0e71143fc3..74e9dd5bec 100644 --- a/tests/components/remote_receiver/esp32-common.yaml +++ b/tests/components/remote_receiver/esp32-common.yaml @@ -150,3 +150,9 @@ binary_sensor: panasonic: address: 0x4004 command: 0x100BCBD + - platform: remote_receiver + name: TR-502MSV Remote Input + tr_502msv: + group: 0xABC + device: 1 + command: turn_on diff --git a/tests/components/remote_receiver/test.esp8266.yaml b/tests/components/remote_receiver/test.esp8266.yaml index e96f031e90..b05fe2b917 100644 --- a/tests/components/remote_receiver/test.esp8266.yaml +++ b/tests/components/remote_receiver/test.esp8266.yaml @@ -149,3 +149,9 @@ binary_sensor: panasonic: address: 0x4004 command: 0x100BCBD + - platform: remote_receiver + name: TR-502MSV Remote Input + tr_502msv: + group: 0xABC + device: 1 + command: turn_on diff --git a/tests/test3.yaml b/tests/test3.yaml index 38c4c24e43..61d814385b 100644 --- a/tests/test3.yaml +++ b/tests/test3.yaml @@ -787,13 +787,6 @@ binary_sensor: entity_id: binary_sensor.hello_world id: ha_hello_world_binary - - platform: remote_receiver - id: remote_1_on - tr_502msv: - group: 0xABC - device: 1 - command: turn_on - - platform: fingerprint_grow name: Fingerprint Enrolling - platform: nextion