From 72e35d341befd351c4a100863ef49cba5cd1a3a5 Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Wed, 7 Oct 2020 21:58:28 +0200 Subject: [PATCH] Add IoT class to the Amazon Web Services (AWS) integration (#14968) Co-authored-by: Franck Nijhof --- source/_integrations/aws.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/aws.markdown b/source/_integrations/aws.markdown index 1b7e0a76b3b..f640b0c9211 100644 --- a/source/_integrations/aws.markdown +++ b/source/_integrations/aws.markdown @@ -3,6 +3,7 @@ title: Amazon Web Services (AWS) description: Instructions on how to integrate Amazon Web Services with Home Assistant. ha_category: - Notifications +ha_iot_class: Cloud Push ha_release: '0.91' ha_codeowners: - '@awarecan'