1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

28 lines
798 B
JSON

{
"services": {
"log": {
"description": "Tracks a custom activity.",
"fields": {
"domain": {
"description": "Determines which icon is used in the activity. The icon illustrates the integration domain related to this activity.",
"name": "Domain"
},
"entity_id": {
"description": "Entity to reference in the activity.",
"name": "Entity ID"
},
"message": {
"description": "Message of the activity.",
"name": "Message"
},
"name": {
"description": "Custom name for an entity, can be referenced using the 'Entity ID' field.",
"name": "[%key:common::config_flow::data::name%]"
}
},
"name": "Log"
}
},
"title": "Activity"
}