mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
logbook.log the name of the game
This commit is contained in:
parent
24893bc28d
commit
fda88f8fda
@ -69,7 +69,7 @@ def setup(hass, config):
|
||||
log_entry(hass, name, message)
|
||||
|
||||
hass.http.register_path('GET', URL_LOGBOOK, _handle_get_logbook)
|
||||
hass.services.register(DOMAIN, DOMAIN, log_message)
|
||||
hass.services.register(DOMAIN, 'log', log_message)
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user