Skip to content

Commit

Permalink
Remove listen_address on sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan committed Jan 13, 2025
1 parent c0da3cf commit c770711
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/udp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ Configuration variables:

- **id** (**Required**, :ref:`config-id`): The id of the sensor to be used
- **broadcast_id** (*Optional*, string): The id to be used for this sensor in the broadcast. Defaults to the same as the internal id.
- **listen_address** (*Optional*, IPv4 address): Multicast address to listen to.

- **binary_sensors** (*Optional*, list): A list of binary sensor IDs to be broadcast.

- **id** (**Required**, :ref:`config-id`): The id of the binary sensor to be used
- **broadcast_id** (*Optional*, string): The id to be used for this binary sensor in the broadcast. Defaults to the same as the internal id.
- **listen_address** (*Optional*, IPv4 address): Multicast address to listen to.

- **encryption** (*Optional*, string): The encryption key to use when broadcasting. Default is no encryption. This may be
any string, and will be hashed to form a 256 bit key.
Expand Down Expand Up @@ -310,10 +308,13 @@ The example below shows two devices communicating via multicast:
# Device 2
binary_sensor:
- platform: udp
listen_address: 239.0.60.53
id: remote_door_sensor
remote_id: mc_external
udp:
- provider: device1
listen_address: 239.0.60.53
.. [#f1] As known in 2024.06.
See Also
Expand Down

0 comments on commit c770711

Please sign in to comment.