fix bug #5374
This commit is contained in:
parent
7511a5842d
commit
51dcd3de6d
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
return FacebookNotificationService(config[CONF_PAGE_ACCESS_TOKEN])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue