From 8b8740e779e43c394a972c5d9e706613c765b1d4 Mon Sep 17 00:00:00 2001 From: ondras12345 Date: Wed, 6 Jul 2022 09:24:30 +0200 Subject: [PATCH] Fix default names of derivative and integration (#23280) --- source/_integrations/derivative.markdown | 2 +- source/_integrations/integration.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown index 46a1278df0b..023586005eb 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -58,7 +58,7 @@ source: name: description: Name to use in the frontend. required: false - default: source entity ID meter + default: source entity ID derivative type: string round: description: Round the calculated derivative value to at most N decimal places. diff --git a/source/_integrations/integration.markdown b/source/_integrations/integration.markdown index 3b957978f20..d60a996d200 100644 --- a/source/_integrations/integration.markdown +++ b/source/_integrations/integration.markdown @@ -65,7 +65,7 @@ source: name: description: Name to use in the frontend. required: false - default: source entity ID meter + default: source entity ID integral type: string unique_id: description: An ID that uniquely identifies the integration sensor. Set this to a unique value to allow customization through the UI.