mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
Minor layout updates
This commit is contained in:
parent
e1bd4a7619
commit
36f1ad2f07
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Wake on LAN"
|
title: "Wake on LAN Switch"
|
||||||
description: "Instructions how to integrate a wake on lan switch."
|
description: "Instructions how to integrate a wake on lan switch."
|
||||||
date: 2016-03-18 18:00
|
date: 2016-03-18 18:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
@ -11,7 +11,7 @@ logo: ethernet.png
|
|||||||
ha_category: Switch
|
ha_category: Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
The `wake_on_lan` (WOL) switch allows you to turn on a [WOL](https://en.wikipedia.org/wiki/Wake-on-LAN) enabled computer.
|
The `wake_on_lan` (WOL) switch platform allows you to turn on a [WOL](https://en.wikipedia.org/wiki/Wake-on-LAN) enabled computer.
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
The WOL switch can only turn on your computer and monitor the state. There is no universal way to turn off a computer remotely.
|
The WOL switch can only turn on your computer and monitor the state. There is no universal way to turn off a computer remotely.
|
||||||
@ -23,13 +23,14 @@ To enable this switch in your installation, add the following to your `configura
|
|||||||
# Example configuration.yml entry
|
# Example configuration.yml entry
|
||||||
switch:
|
switch:
|
||||||
platform: wake_on_lan
|
platform: wake_on_lan
|
||||||
|
mac_address: "00-01-02-03-04-05"
|
||||||
name: "WOL"
|
name: "WOL"
|
||||||
host: "192.168.1.1"
|
host: "192.168.1.1"
|
||||||
mac_address: "00-01-02-03-04-05"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **mac_address** (*Required*): MAC address to send the wake up command to.
|
||||||
- **name** (*Optional*): The name of the switch. Default is 'Wake on LAN'.
|
- **name** (*Optional*): The name of the switch. Default is 'Wake on LAN'.
|
||||||
- **host** (*Optional*): The IP address or hostname to check the state of the device (on/off).
|
- **host** (*Optional*): The IP address or hostname to check the state of the device (on/off).
|
||||||
- **mac_address** (*Required*): MAC address to send the wake up command to.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user