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