From c6c1b4332ed276d865f0ba8237e42419bd04ddeb Mon Sep 17 00:00:00 2001 From: Riccardo Briccola <12238652+richibrics@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:28:21 +0100 Subject: [PATCH] Correct Home Assistant release version in MQTT Text (#25326) --- source/_integrations/text.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/text.mqtt.markdown b/source/_integrations/text.mqtt.markdown index 78ca8a1b69b..5fd60fde2fc 100644 --- a/source/_integrations/text.mqtt.markdown +++ b/source/_integrations/text.mqtt.markdown @@ -3,7 +3,7 @@ title: "MQTT Text" description: "Instructions on how to interact with a device exposing text capability through MQTT from within Home Assistant." ha_category: - Text -ha_release: "2021.12" +ha_release: "2022.12" ha_iot_class: Configurable ha_domain: mqtt ---