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

Classes

class  FlockNotificationService
 

Functions

FlockNotificationService async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string _RESOURCE = "https://api.flock.com/hooks/sendMessage/"
 
 PLATFORM_SCHEMA
 

Detailed Description

Flock platform for notify component.

Function Documentation

◆ async_get_service()

FlockNotificationService homeassistant.components.flock.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Flock notification service.

Definition at line 29 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file notify.py.

◆ _RESOURCE

string homeassistant.components.flock.notify._RESOURCE = "https://api.flock.com/hooks/sendMessage/"
private

Definition at line 22 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.flock.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_ACCESS_TOKEN): cv.string}
3 )

Definition at line 24 of file notify.py.