From 84cebff7f44c0d7c12ba95d11bf432f9ad5f123c Mon Sep 17 00:00:00 2001 From: DoloresHA Date: Wed, 30 Sep 2020 10:52:48 -0400 Subject: [PATCH] Fix description of exclude_entities (#14664) Small but important typo under exclude_entities option of smart home config. --- source/_integrations/alexa.smart_home.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 8253af9cd0f..bab6b2c5ad2 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -306,7 +306,7 @@ alexa: required: false type: list exclude_entities: - description: List of entities to include (e.g., `light.attic`). + description: List of entities to exclude (e.g., `light.attic`). required: false type: list entity_config: