Skip to content

Commit 603fba6

Browse files
azogueballoob
authored andcommitted
add doc for new wake_on_lan component with service send_magic_packet (home-assistant#2950)
* add doc for new wake_on_lan component with service send_magic_packet * use Hub as ha_category
1 parent c760f99 commit 603fba6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Wake on LAN"
4+
description: "Instructions how to setup the Wake on LAN component in Home Assistant."
5+
date: 2017-07-8 15:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: ethernet.png
11+
ha_category: Hub
12+
ha_release: "0.49"
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
The `wake_on_lan` component enables the ability to send _magic packets_ to [Wake on LAN](https://en.wikipedia.org/wiki/Wake-on-LAN) capable devices, in order to turn them on.
17+
18+
To use this component in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
wake_on_lan:
23+
```
24+
25+
### {% linkable_title Component services %}
26+
27+
Available services: `send_magic_packet`.
28+
29+
#### {% linkable_title Service `wake_on_lan/send_magic_packet` %}
30+
31+
Send a _magic packet_ to wake up a device with 'Wake-On-LAN' capabilities.
32+
33+
| Service data attribute | Optional | Description |
34+
|---------------------------|----------|-------------------------------------------------------|
35+
| `mac` | no | MAC address of the device to wake up. |
36+
| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. |

0 commit comments

Comments
 (0)