Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.webostv.notify Namespace Reference

Classes

class  LgWebOSNotificationService
 

Functions

BaseNotificationService|None async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for LG WebOS TV notification service.

Function Documentation

◆ async_get_service()

BaseNotificationService | None homeassistant.components.webostv.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Return the notify service.

Definition at line 20 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.webostv.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file notify.py.