mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Add MQTT water heater subentry support (#41949)
This commit is contained in:
parent
063a3a36ab
commit
f3ed7670e5
@ -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:
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user