Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.synology_chat.notify Namespace Reference

Classes

class  SynologyChatNotificationService
 

Functions

SynologyChatNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_FILE_URL = "file_url"
 
 PLATFORM_SCHEMA
 

Detailed Description

SynologyChat platform for notify component.

Function Documentation

◆ get_service()

SynologyChatNotificationService homeassistant.components.synology_chat.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Synology Chat notification service.

Definition at line 34 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.synology_chat.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file notify.py.

◆ ATTR_FILE_URL

string homeassistant.components.synology_chat.notify.ATTR_FILE_URL = "file_url"

Definition at line 22 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.synology_chat.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {
3  vol.Required(CONF_RESOURCE): cv.url,
4  vol.Optional(CONF_VERIFY_SSL, default=True): cv.boolean,
5  }
6 )

Definition at line 24 of file notify.py.