From 25bec13335889846844a6ebd3dadfb05bf7a3bf6 Mon Sep 17 00:00:00 2001 From: springstan <46536646+springstan@users.noreply.github.com> Date: Sun, 13 Oct 2019 05:01:12 +0200 Subject: [PATCH] Filled services.yaml for logbook integration (#27560) --- homeassistant/components/logbook/services.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/homeassistant/components/logbook/services.yaml b/homeassistant/components/logbook/services.yaml index e69de29bb2d..08c463feed2 100644 --- a/homeassistant/components/logbook/services.yaml +++ b/homeassistant/components/logbook/services.yaml @@ -0,0 +1,15 @@ +log: + description: Create a custom entry in your logbook. + fields: + name: + description: Custom name for an entity, can be referenced with entity_id + example: "Kitchen" + message: + description: Message of the custom logbook entry + example: "is being used" + entity_id: + description: Entity to reference in custom logbook entry [Optional] + example: "light.kitchen" + domain: + description: Icon of domain to display in custom logbook entry [Optional] + example: "light" \ No newline at end of file