Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.wake_on_lan.const
 

Variables

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