Variables | |
| string | ATTR_DATA = "data" |
| string | ATTR_MESSAGE = "message" |
| string | ATTR_RECIPIENTS = "recipients" |
| string | ATTR_TARGET = "target" |
| string | ATTR_TITLE = "title" |
| string | DOMAIN = "notify" |
| LOGGER = logging.getLogger(__package__) | |
| NOTIFY_SERVICE_SCHEMA | |
| string | SERVICE_NOTIFY = "notify" |
| string | SERVICE_PERSISTENT_NOTIFICATION = "persistent_notification" |
| string | SERVICE_SEND_MESSAGE = "send_message" |
Provide common notify constants.
| 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" |