From b2b8bbee763cab816f27500c1e1f814c522c0616 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Fri, 14 Mar 2025 14:04:32 +0000 Subject: [PATCH] Add MQTT sensor subentry support --- source/_integrations/mqtt.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 32e12424d3b..838f6eca7a1 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -123,6 +123,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover {% details "Configuration of MQTT components via Subentries" %} - [Notify](/integrations/notify.mqtt/) +- [Sensor](/integrations/sensor.mqtt/) To add an MQTT device via a Subentry, follow these steps: @@ -1376,7 +1377,7 @@ Compatibility and features will vary, and not all devices may work. ## Manual configured MQTT items -Support to add manual items is added for the MQTT Notify entities, other platforms will follow later. +Support to allow [adding manual items as a subentry via a config flow](#configuration), is work in progress. Not all entity platforms are supported yet. For most integrations, it is also possible to manually set up MQTT items in {% term "`configuration.yaml`" %}. Read more [about configuration in YAML](/docs/configuration/yaml).