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"

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