From 943799f4d974a62c5bd4f331fc379abcf5cd6ed4 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 25 May 2024 11:00:47 +0200 Subject: [PATCH] Adjust title of integration sensor (#116954) --- homeassistant/components/integration/manifest.json | 2 +- homeassistant/components/integration/strings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/integration/manifest.json b/homeassistant/components/integration/manifest.json index 9e5c597bd1a..029d4740c6f 100644 --- a/homeassistant/components/integration/manifest.json +++ b/homeassistant/components/integration/manifest.json @@ -1,6 +1,6 @@ { "domain": "integration", - "name": "Integration - Riemann sum integral", + "name": "Integral", "after_dependencies": ["counter"], "codeowners": ["@dgomes"], "config_flow": true, diff --git a/homeassistant/components/integration/strings.json b/homeassistant/components/integration/strings.json index 0f5231399b7..ed34b0842d5 100644 --- a/homeassistant/components/integration/strings.json +++ b/homeassistant/components/integration/strings.json @@ -1,5 +1,5 @@ { - "title": "Integration - Riemann sum integral sensor", + "title": "Integral sensor", "config": { "step": { "user": {