Home Assistant Git Exporter

This commit is contained in:
root
2024-05-31 09:39:52 +02:00
parent cd6fa93633
commit d5ccfbb540
1353 changed files with 43876 additions and 0 deletions

View 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"