mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
commit
48607d15e5
@ -25,7 +25,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
def get_service(hass, config):
|
def get_service(hass, config, discovery_info=None):
|
||||||
"""Get the Facebook notification service."""
|
"""Get the Facebook notification service."""
|
||||||
return FacebookNotificationService(config[CONF_PAGE_ACCESS_TOKEN])
|
return FacebookNotificationService(config[CONF_PAGE_ACCESS_TOKEN])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user