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"
|
||||
Reference in New Issue
Block a user