Namespaces | |
| const | |
| legacy | |
| repairs | |
Classes | |
| class | NotifyEntity |
| class | NotifyEntityDescription |
| class | NotifyEntityFeature |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER | |
| ATTR_TITLE_DEFAULT | |
| ENTITY_ID_FORMAT | |
| extra | |
| MIN_TIME_BETWEEN_SCANS | |
| PLATFORM_SCHEMA | |
| seconds | |
Provides functionality to notify people.
| bool homeassistant.components.notify.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the notify services.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.notify.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 119 of file __init__.py.
| bool homeassistant.components.notify.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 124 of file __init__.py.
|
private |
Definition at line 56 of file __init__.py.
| homeassistant.components.notify.ATTR_TITLE_DEFAULT |
Definition at line 49 of file __init__.py.
| homeassistant.components.notify.ENTITY_ID_FORMAT |
Definition at line 52 of file __init__.py.
| homeassistant.components.notify.extra |
Definition at line 60 of file __init__.py.
| homeassistant.components.notify.MIN_TIME_BETWEEN_SCANS |
Definition at line 54 of file __init__.py.
| homeassistant.components.notify.PLATFORM_SCHEMA |
Definition at line 58 of file __init__.py.
| homeassistant.components.notify.seconds |
Definition at line 54 of file __init__.py.