Skip to content

Commit

Permalink
Merge pull request #5386 from home-assistant/Bug_#5374
Browse files Browse the repository at this point in the history
fix bug #5374
  • Loading branch information
balloob committed Jan 17, 2017
2 parents 7511a58 + 51dcd3d commit 48607d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/facebook.py
Expand Up @@ -25,7 +25,7 @@
})


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])

Expand Down

0 comments on commit 48607d1

Please sign in to comment.