Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.notify.GroupNotifyPlatform
 
class  homeassistant.components.group.notify.NotifyGroup
 

Namespaces

 homeassistant.components.group.notify
 

Functions

Any homeassistant.components.group.notify._backward_compat_schema (Any|None value)
 
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)
 

Variables

string homeassistant.components.group.notify.CONF_SERVICES = "services"
 
 homeassistant.components.group.notify.PLATFORM_SCHEMA