Home Assistant Unofficial Reference 2024.12.1
legacy.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.notify.legacy.BaseNotificationService
 
class  homeassistant.components.notify.legacy.LegacyNotifyPlatform
 

Namespaces

 homeassistant.components.notify.legacy
 

Functions

bool homeassistant.components.notify.legacy._async_integration_has_notify_services (HomeAssistant hass, str integration_name)
 
None homeassistant.components.notify.legacy.async_reload (HomeAssistant hass, str integration_name)
 
None homeassistant.components.notify.legacy.async_reset_platform (HomeAssistant hass, str integration_name)
 
list[Coroutine[Any, Any, None]] homeassistant.components.notify.legacy.async_setup_legacy (HomeAssistant hass, ConfigType config)
 

Variables

string homeassistant.components.notify.legacy.CONF_FIELDS = "fields"