From bb937d9e15000461f8bbe59856c2a4d469ea13ae Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:31:49 +0100 Subject: [PATCH] Update tiers.json (#2509) --- docs/core/integration-quality-scale/_includes/tiers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/integration-quality-scale/_includes/tiers.json b/docs/core/integration-quality-scale/_includes/tiers.json index 42f6fdd2..ab09232c 100644 --- a/docs/core/integration-quality-scale/_includes/tiers.json +++ b/docs/core/integration-quality-scale/_includes/tiers.json @@ -3,7 +3,7 @@ { "id": "config-flow", "subchecks": [ - "Uses `data-description` to give context to fields", + "Uses `data_description` to give context to fields", "Uses `ConfigEntry.data` and `ConfigEntry.options` correctly" ] }, @@ -65,4 +65,4 @@ "inject-websession", "strict-typing" ] -} \ No newline at end of file +}