hass-core/homeassistant/components/wake_on_lan/const.py
G Johansson 52298a251b
Wake on LAN yaml configuration move to integration key (#81249)
* Wake on Lan integration yaml

* clean code

* Add test

* Add test fixture

* Address loading
2022-11-16 06:23:48 +01:00

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