Rename logbook integration to "Activity" in user-facing strings (#150950)

This commit is contained in:
Copilot
2025-09-23 22:55:11 +02:00
committed by GitHub
parent 911f901d9d
commit 9ba7dda864
2 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
{
"domain": "logbook",
"name": "Logbook",
"name": "Activity",
"codeowners": ["@home-assistant/core"],
"dependencies": ["frontend", "http", "recorder"],
"documentation": "https://www.home-assistant.io/integrations/logbook",
@@ -1,9 +1,9 @@
{
"title": "Logbook",
"title": "Activity",
"services": {
"log": {
"name": "Log",
"description": "Creates a custom entry in the logbook.",
"description": "Tracks a custom activity.",
"fields": {
"name": {
"name": "[%key:common::config_flow::data::name%]",
@@ -11,15 +11,15 @@
},
"message": {
"name": "Message",
"description": "Message of the logbook entry."
"description": "Message of the activity."
},
"entity_id": {
"name": "Entity ID",
"description": "Entity to reference in the logbook entry."
"description": "Entity to reference in the activity."
},
"domain": {
"name": "Domain",
"description": "Determines which icon is used in the logbook entry. The icon illustrates the integration domain related to this logbook entry."
"description": "Determines which icon is used in the activity. The icon illustrates the integration domain related to this activity."
}
}
}