mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fixed the lannouncer platform get_service method (#5352)
This commit is contained in:
parent
8200827a19
commit
ad23613cdc
@ -29,7 +29,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def get_service(hass, config):
|
def get_service(hass, config, discovery_info=None):
|
||||||
"""Get the Lannouncer notification service."""
|
"""Get the Lannouncer notification service."""
|
||||||
host = config.get(CONF_HOST)
|
host = config.get(CONF_HOST)
|
||||||
port = config.get(CONF_PORT)
|
port = config.get(CONF_PORT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user