mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fixed the lannouncer platform get_service method (#5352)
This commit is contained in:
parent
c21172dd36
commit
29e2613c75
@ -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…
x
Reference in New Issue
Block a user