mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
12 lines
238 B
YAML
12 lines
238 B
YAML
- platform: mqtt
|
|
name: 'Tap Water'
|
|
state_topic: 'home/boiler/tapwater_active'
|
|
payload_on: "1"
|
|
payload_off: "0"
|
|
|
|
- platform: mqtt
|
|
name: 'Heating'
|
|
state_topic: 'home/boiler/heating_active'
|
|
payload_on: "1"
|
|
payload_off: "0"
|
|
|