* Wake on Lan integration yaml * clean code * Add test * Add test fixture * Address loading
6 lines
154 B
Python
6 lines
154 B
Python
"""Constants for the Wake-On-LAN component."""
|
|
DOMAIN = "wake_on_lan"
|
|
CONF_OFF_ACTION = "turn_off"
|
|
|
|
DEFAULT_NAME = "Wake on LAN"
|
|
DEFAULT_PING_TIMEOUT = 1
|