working 2.0 clone
This commit is contained in:
24
scripts/mqtt.yaml
Normal file
24
scripts/mqtt.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
mqtt_home:
|
||||
alias: "MQTT Home Command"
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "/meyer/"
|
||||
payload: "HOME"
|
||||
|
||||
mqtt_disable_torque:
|
||||
alias: "MQTT Disable Torque Command"
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "/meyer/"
|
||||
payload: "DISABLE"
|
||||
|
||||
mqtt_pos:
|
||||
alias: "MQTT POS Command"
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data_template:
|
||||
topic: "/meyer/"
|
||||
payload: "POS {{pos}}"
|
||||
|
||||
Reference in New Issue
Block a user