Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.facebook.notify.FacebookNotificationService
 

Namespaces

 homeassistant.components.facebook.notify
 

Functions

FacebookNotificationService homeassistant.components.facebook.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 
def homeassistant.components.facebook.notify.log_error (response)
 

Variables

 homeassistant.components.facebook.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.facebook.notify.BASE_URL = "https://graph.facebook.com/v2.6/me/messages"
 
string homeassistant.components.facebook.notify.CONF_PAGE_ACCESS_TOKEN = "page_access_token"
 
 homeassistant.components.facebook.notify.PLATFORM_SCHEMA