Home Assistant Git Exporter
This commit is contained in:
19
config/01capteur/mqtt/binary_sensor/chaudiere.yaml.old
Normal file
19
config/01capteur/mqtt/binary_sensor/chaudiere.yaml.old
Normal file
@@ -0,0 +1,19 @@
|
||||
######################################################################
|
||||
## chaudiere
|
||||
## digital inputs
|
||||
# input_type: discrete_input
|
||||
## FC=02 lire discrete inputs de 10001-10086 enlever 1 a register
|
||||
######################################################################
|
||||
- unique_id: "porte_chaudiere"
|
||||
state_topic: "chaudiere/porte"
|
||||
#device_class: "opening"
|
||||
name: "porte chaudiere"
|
||||
payload_on: "1"
|
||||
payload_off: "0"
|
||||
device_class: door
|
||||
|
||||
|
||||
#state_topic: "switch/porte/chaudiere"
|
||||
# command_topic: "switch/porte/bureau"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user