Skip to content

Commit ce748f0

Browse files
committed
grammer and wording fixes
1 parent b943424 commit ce748f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_integrations/wake_on_lan.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Broadcast address:
3737
Broadcast port:
3838
description: The port to send the magic packet to.
3939
Interface IP address:
40-
description: The IP address of the network adapter of HA instance to route the magic packet through.
40+
description: The IP address of the Home Assistant instance’s network interface through which the magic packet is sent.
4141
{% endconfiguration_basic %}
4242

4343
### Integration services
@@ -64,7 +64,7 @@ Send a _magic packet_ to wake up a device with 'Wake on LAN' capabilities.
6464
| `mac` | no | MAC address of the device to wake up. |
6565
| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. |
6666
| `broadcast_port` | yes | Optional port where to send the magic packet. |
67-
| `if` | yes | Optional HA interface IP address where magic packet is send. |
67+
| `if` | yes | Optional interface IP address of the Home Assistant instance through which the magic packet is sent. |
6868

6969
Sample action data:
7070

@@ -131,7 +131,7 @@ broadcast_port:
131131
required: false
132132
type: integer
133133
if:
134-
description: HA interface IP address where magic packet is routed.
134+
description: The IP address of the Home Assistant instance’s network interface through which the magic packet is sent.
135135
required: false
136136
type: string
137137
{% endconfiguration %}

0 commit comments

Comments
 (0)