Skip to content

Commit

Permalink
Filled services.yaml for logbook integration (#27560)
Browse files Browse the repository at this point in the history
  • Loading branch information
springstan authored and balloob committed Oct 13, 2019
1 parent a8f4384 commit 25bec13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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"

0 comments on commit 25bec13

Please sign in to comment.