Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wake_on_lan.const Namespace Reference

Variables

string CONF_OFF_ACTION = "turn_off"
 
string DEFAULT_NAME = "Wake on LAN"
 
int DEFAULT_PING_TIMEOUT = 1
 
string DOMAIN = "wake_on_lan"
 
list PLATFORMS = [Platform.BUTTON]
 

Detailed Description

Constants for the Wake-On-LAN component.

Variable Documentation

◆ CONF_OFF_ACTION

string homeassistant.components.wake_on_lan.const.CONF_OFF_ACTION = "turn_off"

Definition at line 8 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.wake_on_lan.const.DEFAULT_NAME = "Wake on LAN"

Definition at line 10 of file const.py.

◆ DEFAULT_PING_TIMEOUT

int homeassistant.components.wake_on_lan.const.DEFAULT_PING_TIMEOUT = 1

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.wake_on_lan.const.DOMAIN = "wake_on_lan"

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.wake_on_lan.const.PLATFORMS = [Platform.BUTTON]

Definition at line 6 of file const.py.