config files on 28-11-2023 12:46:43
This commit is contained in:
44
integrations/ble_tracker.yaml
Normal file
44
integrations/ble_tracker.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
# device_tracker:
|
||||
# - platform: bluetooth_le_tracker
|
||||
# track_new_devices: True
|
||||
# #C8B8491F077C
|
||||
sensor:
|
||||
# One entry for each beacon you want to track
|
||||
- platform: mqtt_room
|
||||
device_id: "ble_iphone_willem"
|
||||
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"
|
||||
name: "BLE garmin Ilse"
|
||||
state_topic: "espresense/devices/garmin:90f157105b61"
|
||||
timeout: 10
|
||||
away_timeout: 120
|
||||
- platform: mqtt_room
|
||||
device_id: "garmin:90f157e3fbcf"
|
||||
name: "BLE garmin Willem"
|
||||
state_topic: "espresense/devices/garmin:90f157e3fbcf"
|
||||
timeout: 10
|
||||
away_timeout: 120
|
||||
- platform: mqtt_room
|
||||
device_id: "BLE_ipad_willem"
|
||||
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"
|
||||
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"
|
||||
name: "BLE Iphone Ilse"
|
||||
state_topic: "espresense/devices/iphone_ilse"
|
||||
timeout: 10
|
||||
away_timeout: 120
|
||||
# f0f8f265710f konijn tim
|
||||
10
integrations/plant.yaml
Normal file
10
integrations/plant.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
plant:
|
||||
plant_zolder_lepelplant:
|
||||
sensors:
|
||||
moisture: sensor.plant_sensor2_soil_moisture
|
||||
#battery: sensor.my_sensor_battery
|
||||
temperature: sensor.plant_sensor2_temperature_bme280
|
||||
conductivity: sensor.plant_sensor2_soil_conductivity
|
||||
brightness: sensor.plant_sensor2_bh1750_illuminance
|
||||
min_moisture: 20
|
||||
@@ -5,14 +5,14 @@ camera:
|
||||
token: !secret xiaomi_vacuum_token
|
||||
username: !secret xiaomi_cloud_username
|
||||
password: !secret xiaomi_cloud_password
|
||||
draw: ['all']
|
||||
draw: ["all"]
|
||||
attributes:
|
||||
- calibration_points
|
||||
#- rooms
|
||||
#- map_name
|
||||
- rooms
|
||||
- map_name
|
||||
#- no_go_areas
|
||||
#- no_mopping_areas
|
||||
room_colors:
|
||||
16: [240, 178, 122]
|
||||
17: [133, 193, 233]
|
||||
18: [217, 136, 128]
|
||||
18: [217, 136, 128]
|
||||
|
||||
Reference in New Issue
Block a user