Fixed the lannouncer platform get_service method (#5352)
This commit is contained in:
parent
8200827a19
commit
ad23613cdc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
def get_service(hass, config, discovery_info=None):
|
||||
"""Get the Lannouncer notification service."""
|
||||
host = config.get(CONF_HOST)
|
||||
port = config.get(CONF_PORT)
|
||||
|
|
Loading…
Add table
Reference in a new issue