37 lines
916 B
YAML
37 lines
916 B
YAML
---
|
|
- 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"
|