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

Classes

class  FreeSMSNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for Free Mobile SMS platform.

Function Documentation

◆ get_service()

FreeSMSNotificationService homeassistant.components.free_mobile.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Free Mobile SMS notification service.

Definition at line 27 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.free_mobile.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_USERNAME): cv.string, vol.Required(CONF_ACCESS_TOKEN): cv.string}
3 )

Definition at line 22 of file notify.py.