Add MQTT number subentry support (#41115)

This commit is contained in:
Jan Bouwhuis 2025-10-06 16:57:00 +02:00 committed by GitHub
parent f97bc2e457
commit 244676efe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover
- [Light](/integrations/light.mqtt/)
- [Lock](/integrations/lock.mqtt/)
- [Notify](/integrations/notify.mqtt/)
- [Number](/integrations/number.mqtt/)
- [Sensor](/integrations/sensor.mqtt/)
- [Switch](/integrations/switch.mqtt/)

View File

@ -12,7 +12,7 @@ The `mqtt` Number platform allows you to integrate devices that might expose con
## Configuration
To use an MQTT number entity in your installation, add the following to your {% term "`configuration.yaml`" %} file.
To use an MQTT number entity in your installation, [add a MQTT device as a subentry](/integrations/mqtt/#configuration), or add the following to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml