Add MQTT sensor subentry support (#37981)

This commit is contained in:
c0ffeeca7 2025-03-26 13:55:27 +01:00 committed by GitHub
commit 058aa80c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
@ -1377,7 +1378,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).