logbook.log the name of the game

This commit is contained in:
magnusknutas 2016-01-28 09:51:05 +01:00
parent 24893bc28d
commit fda88f8fda

View File

@ -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