backup 20240718

This commit is contained in:
2024-07-18 09:12:31 +02:00
parent a863b212ed
commit 63fb7f8f73
213 changed files with 5916 additions and 40388 deletions

View File

@@ -7,36 +7,42 @@ sensor:
# One entry for each beacon you want to track
- platform: mqtt_room
device_id: "ble_iphone_willem"
unique_id: "iphone_willem_ble"
name: "BLE iphone willem"
state_topic: "espresense/devices/ble_iphone_willem" #irk:d8830797536ce55edf6cf3fb0d87bf9a"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "garmin:90f157105b61"
unique_id: "garmin_ilse_ble"
name: "BLE garmin Ilse"
state_topic: "espresense/devices/garmin:90f157105b61"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "garmin:90f157e3fbcf"
unique_id: "garmin_willem_ble"
name: "BLE garmin Willem"
state_topic: "espresense/devices/garmin:90f157e3fbcf"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "BLE_ipad_willem"
unique_id: "ipad_willem_ble"
name: "BLE Ipad Willem"
state_topic: "espresense/devices/ipad_willem"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "iBeacon:fda50693-a4e2-4fb1-afcf-c6eb07647825-5-6"
unique_id: "tag2_ble"
name: "BLE tag2"
state_topic: "espresense/devices/iBeacon:fda50693-a4e2-4fb1-afcf-c6eb07647825-5-6"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "iphone_ilse"
unique_id: "iphone_ilse_ble"
name: "BLE Iphone Ilse"
state_topic: "espresense/devices/iphone_ilse"
timeout: 10

View File

@@ -1,16 +1,16 @@
---
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: !secret influxdb
max_retries: 3
default_measurement: state
include:
domains:
# - sensor
# - binary_sensor
# - sun
entity_globs:
- sensor.modbus_*
# influxdb:
# host: a0d7b954-influxdb
# port: 8086
# database: homeassistant
# username: homeassistant
# password: !secret influxdb
# max_retries: 3
# default_measurement: state
# include:
# domains:
# # - sensor
# # - binary_sensor
# # - sun
# entity_globs:
# - sensor.modbus_*