From c9c63ca1194f0ef9246ed830a476b01f03f99476 Mon Sep 17 00:00:00 2001 From: jesperraemaekers <146726232+jesperraemaekers@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:55:45 +0100 Subject: [PATCH] Fix missing content on quality scale exceptions sections (#2533) --- docs/core/integration-quality-scale/rules/docs-actions.md | 1 + docs/core/integration-quality-scale/rules/docs-data-update.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/core/integration-quality-scale/rules/docs-actions.md b/docs/core/integration-quality-scale/rules/docs-actions.md index a26193cd..5a43d414 100644 --- a/docs/core/integration-quality-scale/rules/docs-actions.md +++ b/docs/core/integration-quality-scale/rules/docs-actions.md @@ -25,3 +25,4 @@ The `my_integration.get_schedule` service is used to fetch a schedule from the i ## Exceptions +There are no exceptions to this rule. diff --git a/docs/core/integration-quality-scale/rules/docs-data-update.md b/docs/core/integration-quality-scale/rules/docs-data-update.md index 320387a9..08e26035 100644 --- a/docs/core/integration-quality-scale/rules/docs-data-update.md +++ b/docs/core/integration-quality-scale/rules/docs-data-update.md @@ -21,4 +21,6 @@ Newer devices (the ones running MyOS) have the possibility to {% term push %} da At the start of the integration we try to enable that, and if it fails we fall back to {% term polling %}. ``` -## Exceptions \ No newline at end of file +## Exceptions + +There are no exceptions to this rule.