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,65 @@
---
#----------------------------------------
#
# jour de semaine
#----------------------------------------
#_ platform: workday
#country: FR
# workdays: [mon, tue, wed, thu, fri]
#----------------------------------------
#
# pi computer & esp & other hardware
#----------------------------------------
# - platform: ping
# host: 10.0.0.30
# name: pi0_bureau
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.31
# name: pi0_comble2
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.251
# name: WifiHome
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.100
# name: Linksys g
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.106
# name: RM pro
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.78
# name: ArduinoESP
# count: 2
# scan_interval: 300
# - platform: ping
# host: 10.0.0.237
# name: TV
# count: 2
# scan_interval: 60
# - platform: ping
# host: 10.0.0.208
# name: sonnete
# count: 2
# scan_interval: 1
# - platform: template
# sensors:
# your_sensor:
# friendly_name: fenetre
# value_template: "{{ is_state('binary_sensor.trigger_sensor', 'off') and (states.trigger_sensor.last_changed < (now() - timedelta(minutes=10))) }}"
- platform: meteoalarm
country: "france"
province: "Haute-Loire"
language: "fr-FR"

View File

@@ -0,0 +1,33 @@
######################################################################
## chaudiere
## digital inputs
# input_type: discrete_input
## FC=02 lire discrete inputs de 10001-10086 enlever 1 a register
######################################################################
- platform: modbus
scan_interval: 5
inputs:
- name: porte_chaudiere
hub: pimodbus
slave: 2
address: 0
input_type: discrete_input
device_class: door
######################################################################
## chaudiere
## digital outputs
# input_type: coil
## FC=01 lire coil inputs de 00001-00158 enlever 1 a register
######################################################################
- platform: modbus
scan_interval: 10
inputs:
- name: circuit chauffage pompe 1
hub: pimodbus
slave: 2
address: 0
input_type: coil
device_class: moving