From 8722c3b931d78661f30c0fc495ec776d285288d1 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Sat, 6 Feb 2021 12:25:20 +0100 Subject: [PATCH] Fix ha_release typo in MQTT Number (#16435) --- source/_integrations/number.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 43fe4a95823..fa69e67300f 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -3,7 +3,7 @@ title: "MQTT Number" description: "Instructions on how to interact with a device exposing a Number through MQTT from within Home Assistant." ha_category: - Number -ha_release: 2021.02 +ha_release: 2021.2 ha_iot_class: Configurable ha_domain: mqtt ---