-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswitches.yaml
36 lines (30 loc) · 1.03 KB
/
switches.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# platform - switch.mqtt, switch
- state_topic: "stat/plugs/plug1/POWER"
command_topic: "cmnd/plugs/plug1/POWER"
name: plug1
- state_topic: "stat/plugs/plug2/POWER"
command_topic: "cmnd/plugs/plug2/POWER"
name: plug2
- state_topic: "stat/plugs/plug3/POWER"
command_topic: "cmnd/plugs/plug3/POWER"
name: plug3
retain: true
# this is used for fridge so set always on and disable relay
# PowerOnState 4
# https://tasmota.github.io/docs/PowerOnState/#poweronstate-functionality
- state_topic: "stat/plugs/plug4/POWER"
command_topic: "cmnd/plugs/plug4/POWER"
name: plug4
retain: true
- state_topic: "stat/plugs/plug5/POWER"
command_topic: "cmnd/plugs/plug5/POWER"
name: plug5
retain: true
- state_topic: "stat/plugs/plug6/POWER"
command_topic: "cmnd/plugs/plug6/POWER"
name: plug6
retain: true
- state_topic: "stat/plugs/plug7/POWER"
command_topic: "cmnd/plugs/plug7/POWER"
name: plug7
retain: true