Adjust title of integration sensor (#116954)

This commit is contained in:
Joakim Plate 2024-05-25 11:00:47 +02:00 committed by GitHub
parent a43fe71413
commit 943799f4d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"domain": "integration", "domain": "integration",
"name": "Integration - Riemann sum integral", "name": "Integral",
"after_dependencies": ["counter"], "after_dependencies": ["counter"],
"codeowners": ["@dgomes"], "codeowners": ["@dgomes"],
"config_flow": true, "config_flow": true,

View File

@ -1,5 +1,5 @@
{ {
"title": "Integration - Riemann sum integral sensor", "title": "Integral sensor",
"config": { "config": {
"step": { "step": {
"user": { "user": {