Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.notify.const
 

Variables

string homeassistant.components.notify.const.ATTR_DATA = "data"
 
string homeassistant.components.notify.const.ATTR_MESSAGE = "message"
 
string homeassistant.components.notify.const.ATTR_RECIPIENTS = "recipients"
 
string homeassistant.components.notify.const.ATTR_TARGET = "target"
 
string homeassistant.components.notify.const.ATTR_TITLE = "title"
 
string homeassistant.components.notify.const.DOMAIN = "notify"
 
 homeassistant.components.notify.const.LOGGER = logging.getLogger(__package__)
 
 homeassistant.components.notify.const.NOTIFY_SERVICE_SCHEMA
 
string homeassistant.components.notify.const.SERVICE_NOTIFY = "notify"
 
string homeassistant.components.notify.const.SERVICE_PERSISTENT_NOTIFICATION = "persistent_notification"
 
string homeassistant.components.notify.const.SERVICE_SEND_MESSAGE = "send_message"