Classes | |
| class | FacebookNotificationService |
Functions | |
| FacebookNotificationService | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
| def | log_error (response) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | BASE_URL = "https://graph.facebook.com/v2.6/me/messages" |
| string | CONF_PAGE_ACCESS_TOKEN = "page_access_token" |
| PLATFORM_SCHEMA | |
Facebook platform for notify component.
| FacebookNotificationService homeassistant.components.facebook.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| def homeassistant.components.facebook.notify.log_error | ( | response | ) |
|
private |
| 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" |