Add MQTT water heater subentry support (#41949)

This commit is contained in:
Jan Bouwhuis 2025-11-24 19:55:00 +01:00 committed by GitHub
parent 063a3a36ab
commit f3ed7670e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover
- [Switch](/integrations/switch.mqtt/)
- [Text](/integrations/text.mqtt/)
- [Valve](/integrations/valve.mqtt/)
- [Water heater](/integrations/water_heater.mqtt/)
To add an MQTT device via a Subentry, follow these steps:

View File

@ -12,7 +12,7 @@ The `mqtt` water heater platform lets you control your MQTT enabled water heater
## Configuration
To use an MQTT water heater in your installation, add the following to your {% term "`configuration.yaml`" %} file.
To use an MQTT water heater in your installation, [add an 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