Classes | |
| class | NotifyEventsNotificationService |
Functions | |
| NotifyEventsNotificationService | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_FILE_CONTENT = "content" |
| string | ATTR_FILE_KIND_FILE = "file" |
| string | ATTR_FILE_KIND_IMAGE = "image" |
| string | ATTR_FILE_MIME_TYPE = "mime_type" |
| string | ATTR_FILE_NAME = "name" |
| string | ATTR_FILE_PATH = "path" |
| string | ATTR_FILE_URL = "url" |
| string | ATTR_FILES = "files" |
| string | ATTR_IMAGES = "images" |
| string | ATTR_LEVEL = "level" |
| string | ATTR_PRIORITY = "priority" |
| string | ATTR_TOKEN = "token" |
Notify.Events platform for notify component.
| NotifyEventsNotificationService homeassistant.components.notify_events.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.notify_events.notify.ATTR_FILE_CONTENT = "content" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_FILE = "file" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_IMAGE = "image" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_MIME_TYPE = "mime_type" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_NAME = "name" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_PATH = "path" |
| string homeassistant.components.notify_events.notify.ATTR_FILE_URL = "url" |
| string homeassistant.components.notify_events.notify.ATTR_FILES = "files" |
| string homeassistant.components.notify_events.notify.ATTR_IMAGES = "images" |
| string homeassistant.components.notify_events.notify.ATTR_LEVEL = "level" |
| string homeassistant.components.notify_events.notify.ATTR_PRIORITY = "priority" |