Home Assistant Git Exporter
This commit is contained in:
28
config/01capteur/mqtt/switch/switch2.yaml.old
Normal file
28
config/01capteur/mqtt/switch/switch2.yaml.old
Normal file
@@ -0,0 +1,28 @@
|
||||
#----------------------------------------
|
||||
#
|
||||
# on off konica
|
||||
#
|
||||
#----------------------------------------
|
||||
- unique_id: switch_konica_01
|
||||
name: "switch_konica"
|
||||
command_topic: "cmnd/konica/power"
|
||||
state_topic: "stat/konica/power"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
|
||||
|
||||
|
||||
|
||||
#----------------------------------------
|
||||
#
|
||||
# relay chaudiere
|
||||
#
|
||||
#----------------------------------------
|
||||
- unique_id: relay_chaudiere_01
|
||||
name: "relay_chauffage"
|
||||
command_topic: "cmnd/relay/chaudiere"
|
||||
state_topic: "stat/relay/chaudiere"
|
||||
payload_on: "1"
|
||||
payload_off: "0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user