mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Filled services.yaml for logbook integration (#27560)
This commit is contained in:
parent
a8f43843bf
commit
25bec13335
@ -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"
|
Loading…
x
Reference in New Issue
Block a user