From 1135d611c78b4cf968dfbebe20043072221c699f Mon Sep 17 00:00:00 2001 From: azrdev Date: Wed, 3 Jul 2024 09:07:32 +0200 Subject: [PATCH] remote_receiver: document using multiple with receiver_id (#3811) --- components/remote_receiver.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/remote_receiver.rst b/components/remote_receiver.rst index a994d8c51..20ef6b324 100644 --- a/components/remote_receiver.rst +++ b/components/remote_receiver.rst @@ -23,6 +23,8 @@ which will trigger when they hear their own configured signal. pin: GPIOXX dump: all +Multiple remote receivers can be configured as a list of dict definitions in remote_receiver. + Configuration variables: ------------------------ @@ -234,6 +236,8 @@ Configuration variables: - **name** (**Required**, string): The name for the binary sensor. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. +- **receiver_id** (*Optional*, :ref:`config-id`): The remote receiver to receive the + remote code with. Required if multiple receivers configured. - All other options from :ref:`Binary Sensor `. Remote code selection (exactly one of these has to be included):