Go to the source code of this file.
Classes | |
| class | homeassistant.components.rest.notify.RestNotificationService |
Namespaces | |
| homeassistant.components.rest.notify | |
Functions | |
| RestNotificationService | homeassistant.components.rest.notify.async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.rest.notify._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.rest.notify.CONF_DATA = "data" |
| string | homeassistant.components.rest.notify.CONF_DATA_TEMPLATE = "data_template" |
| string | homeassistant.components.rest.notify.CONF_MESSAGE_PARAMETER_NAME = "message_param_name" |
| string | homeassistant.components.rest.notify.CONF_TARGET_PARAMETER_NAME = "target_param_name" |
| string | homeassistant.components.rest.notify.CONF_TITLE_PARAMETER_NAME = "title_param_name" |
| string | homeassistant.components.rest.notify.DEFAULT_MESSAGE_PARAM_NAME = "message" |
| string | homeassistant.components.rest.notify.DEFAULT_METHOD = "GET" |
| bool | homeassistant.components.rest.notify.DEFAULT_VERIFY_SSL = True |
| homeassistant.components.rest.notify.PLATFORM_SCHEMA | |