remote_receiver: document using multiple with receiver_id (#3811)

This commit is contained in:
azrdev 2024-07-03 09:07:32 +02:00 committed by GitHub
parent d36e808d72
commit 1135d611c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <config-binary_sensor>`.
Remote code selection (exactly one of these has to be included):