mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
remote_receiver: document using multiple with receiver_id (#3811)
This commit is contained in:
parent
d36e808d72
commit
1135d611c7
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user