Home Assistant Git Exporter
This commit is contained in:
36
config/01capteur/mqtt/binary_sensor/binarysensor.yaml
Normal file
36
config/01capteur/mqtt/binary_sensor/binarysensor.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
- unique_id: "door_swith_04"
|
||||
name: "porte bureau"
|
||||
state_topic: "switch/porte/bureau"
|
||||
# command_topic: "switch/porte/bureau"
|
||||
device_class: door
|
||||
payload_on: "1"
|
||||
payload_off: "0"
|
||||
#- unique_id: "door_swith_02"
|
||||
# name: "porte garage"
|
||||
# state_topic: "arduino/garage/p_garage"
|
||||
# command_topic: "switch/porte/bureau"
|
||||
# device_class: door
|
||||
# payload_on: "OPEN"
|
||||
# payload_off: "CLOSED"
|
||||
|
||||
#- unique_id: "door_swith_03"
|
||||
# name: "porte cave"
|
||||
# state_topic: "switch/porte/cave"
|
||||
# command_topic: "switch/porte/bureau"
|
||||
# device_class: door
|
||||
# payload_on: "1"
|
||||
# payload_off: "0"
|
||||
|
||||
#----------------------------------------
|
||||
#
|
||||
# Bouton poussoir
|
||||
#
|
||||
#----------------------------------------
|
||||
#- unique_id: switch_chambre_01
|
||||
# name: "Chambre1"
|
||||
# state_topic: "switch/chambre"
|
||||
# command_topic: "switch/porte/bureau"
|
||||
# device_class: light
|
||||
# payload_on: "1"
|
||||
# payload_off: "0"
|
||||
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