Classes | |
| class | GroupNotifyPlatform |
| class | NotifyGroup |
Functions | |
| Any | _backward_compat_schema (Any|None value) |
| dict[str, Any] | add_defaults (dict[str, Any] input_data, Mapping[str, Any] default_data) |
| NotifyGroup | async_create_preview_notify (HomeAssistant hass, str name, dict[str, Any] validated_config) |
| GroupNotifyPlatform | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | CONF_SERVICES = "services" |
| PLATFORM_SCHEMA | |
Group platform for notify component.
|
private |
| dict[str, Any] homeassistant.components.group.notify.add_defaults | ( | dict[str, Any] | input_data, |
| Mapping[str, Any] | default_data | ||
| ) |
| NotifyGroup homeassistant.components.group.notify.async_create_preview_notify | ( | HomeAssistant | hass, |
| str | name, | ||
| dict[str, Any] | validated_config | ||
| ) |
| GroupNotifyPlatform homeassistant.components.group.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| None homeassistant.components.group.notify.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.group.notify.CONF_SERVICES = "services" |
| homeassistant.components.group.notify.PLATFORM_SCHEMA |