File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Broadcast address:
37
37
Broadcast port:
38
38
description: The port to send the magic packet to.
39
39
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 .
41
41
{% endconfiguration_basic %}
42
42
43
43
### Integration services
@@ -64,7 +64,7 @@ Send a _magic packet_ to wake up a device with 'Wake on LAN' capabilities.
64
64
| `mac` | no | MAC address of the device to wake up. |
65
65
| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. |
66
66
| `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 . |
68
68
69
69
Sample action data :
70
70
@@ -131,7 +131,7 @@ broadcast_port:
131
131
required : false
132
132
type : integer
133
133
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 .
135
135
required : false
136
136
type : string
137
137
{% endconfiguration %}
You can’t perform that action at this time.
0 commit comments