mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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)
|
log_entry(hass, name, message)
|
||||||
|
|
||||||
hass.http.register_path('GET', URL_LOGBOOK, _handle_get_logbook)
|
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
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user