Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.notify.legacy.LegacyNotifyPlatform Class Reference
Inheritance diagram for homeassistant.components.notify.legacy.LegacyNotifyPlatform:
[legend]
Collaboration diagram for homeassistant.components.notify.legacy.LegacyNotifyPlatform:
[legend]

Public Member Functions

BaseNotificationService|None async_get_service (self, HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=...)
 

Detailed Description

Define the format of legacy notify platforms.

Definition at line 47 of file legacy.py.

Member Function Documentation

◆ async_get_service()

BaseNotificationService | None homeassistant.components.notify.legacy.LegacyNotifyPlatform.async_get_service (   self,
HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = ... 
)
Set up notification service.

Definition at line 50 of file legacy.py.


The documentation for this class was generated from the following file: