From 28cf775d535d3058fc329cc7c6e2696910261dcd Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Mar 2019 13:21:14 -0700 Subject: [PATCH] Require component for IQS silver level (#204) --- docs/integration_quality_scale_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integration_quality_scale_index.md b/docs/integration_quality_scale_index.md index 31ad451c..0c8f3bce 100644 --- a/docs/integration_quality_scale_index.md +++ b/docs/integration_quality_scale_index.md @@ -18,6 +18,7 @@ This integration passes the bare minimum requirements to become part of the inde This integration is able to cope when things go wrong. It will not print any exceptions nor will it fill the log with retry attempts. +- Connection/configuration is handled via a component. - Set an appropriate `SCAN_INTERVAL` (if a polling integration) - Raise `PlatformNotReady` if unable to connect during platform setup (if appropriate) - Handles expiration of auth credentials. Refresh if possible or print correct error and fail setup. If based on a config entry, should trigger a new config entry flow to re-authorize.