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

Classes

class  LinkPlayButton
 
class  LinkPlayButtonEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, LinkPlayConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for LinkPlay buttons.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.linkplay.button.async_setup_entry ( HomeAssistant  hass,
LinkPlayConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the LinkPlay buttons from config entry.

Definition at line 50 of file button.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file button.py.