From 1f15dc76ccdd40034967c2d83e7846a48672e28b Mon Sep 17 00:00:00 2001 From: Antoni K Date: Mon, 12 Oct 2020 22:58:01 +0800 Subject: [PATCH] Add IoT class to manual MQTT component (#15208) --- source/_integrations/manual_mqtt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/manual_mqtt.markdown b/source/_integrations/manual_mqtt.markdown index 89e89943fed..d3ed51d97c7 100644 --- a/source/_integrations/manual_mqtt.markdown +++ b/source/_integrations/manual_mqtt.markdown @@ -5,6 +5,7 @@ ha_category: - Alarm ha_release: '0.50' ha_domain: manual_mqtt +ha_iot_class: Local Push --- The `mqtt` platform extends the [manual alarm](/integrations/manual) by adding support for MQTT control of the alarm by a remote device. It can be used to create external keypads which simply change the state of the manual alarm in Home Assistant.