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

Classes

class  DovadoSMSNotificationService
 

Functions

DovadoSMSNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for SMS notifications from the Dovado router.

Function Documentation

◆ get_service()

DovadoSMSNotificationService homeassistant.components.dovado.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Dovado Router SMS notification service.

Definition at line 16 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 13 of file notify.py.