mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
Add MQTT number subentry support (#41115)
This commit is contained in:
parent
f97bc2e457
commit
244676efe5
@ -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/)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user