Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService
 

Namespaces

 homeassistant.components.twilio_sms.notify
 

Functions

TwilioSMSNotificationService|None homeassistant.components.twilio_sms.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.twilio_sms.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.twilio_sms.notify.ATTR_MEDIAURL = "media_url"
 
string homeassistant.components.twilio_sms.notify.CONF_FROM_NUMBER = "from_number"
 
 homeassistant.components.twilio_sms.notify.PLATFORM_SCHEMA