mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 10:21:30 +02:00
Rename logbook integration to Activity in user-facing strings
Co-authored-by: balloob <1444314+balloob@users.noreply.github.com>
This commit is contained in:
@@ -115,7 +115,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
async_log_entry(hass, name, message, domain, entity_id, service.context)
|
||||
|
||||
frontend.async_register_built_in_panel(
|
||||
hass, "logbook", "logbook", "hass:format-list-bulleted-type"
|
||||
hass, "logbook", "Activity", "hass:format-list-bulleted-type"
|
||||
)
|
||||
|
||||
recorder_conf = config.get(RECORDER_DOMAIN, {})
|
||||
|
@@ -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": "Creates a custom entry in the activity log.",
|
||||
"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 log entry."
|
||||
},
|
||||
"entity_id": {
|
||||
"name": "Entity ID",
|
||||
"description": "Entity to reference in the logbook entry."
|
||||
"description": "Entity to reference in the activity log entry."
|
||||
},
|
||||
"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 log entry. The icon illustrates the integration domain related to this activity log entry."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user