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.