You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
0 commit comments