pump etc
This commit is contained in:
parent
afb28badf6
commit
e9183c5c4c
|
|
@ -32,6 +32,7 @@ services:
|
|||
ports:
|
||||
- "8123:8123"
|
||||
- "8060:8060"
|
||||
- "8883:8883"
|
||||
|
||||
#mqtt for the milight bridge
|
||||
mqtt:
|
||||
|
|
|
|||
|
|
@ -103,6 +103,12 @@ switch 4:
|
|||
payload_off: "21588"
|
||||
name: "Steckdose 4"
|
||||
|
||||
switch 5:
|
||||
- platform: mqtt
|
||||
command_topic: greenhousino/pump
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
name: "Pumpe"
|
||||
|
||||
# enable the recorder integration (optional)
|
||||
recorder:
|
||||
|
|
|
|||
Loading…
Reference in New Issue