From fda88f8fdacbe4646d15f65b2037550d75b93112 Mon Sep 17 00:00:00 2001 From: magnusknutas Date: Thu, 28 Jan 2016 09:51:05 +0100 Subject: [PATCH] logbook.log the name of the game --- homeassistant/components/logbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/logbook.py b/homeassistant/components/logbook.py index 3cbd5c1ac47..9b39cf4bce0 100644 --- a/homeassistant/components/logbook.py +++ b/homeassistant/components/logbook.py @@ -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