Filled services.yaml for logbook integration (#27560)

pull/27575/head
springstan 2019-10-13 05:01:12 +02:00 committed by Paulus Schoutsen
parent a8f43843bf
commit 25bec13335
1 changed files with 15 additions and 0 deletions

View File

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