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

Classes

class  WolButton
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for button entity in wake on lan.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.wake_on_lan.button.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Wake on LAN button entry.

Definition at line 21 of file button.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wake_on_lan.button._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file button.py.