cleaned for new home
This commit is contained in:
50
depr_packages/ble_tracker.yaml
Normal file
50
depr_packages/ble_tracker.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
# 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"
|
||||
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
|
||||
away_timeout: 120
|
||||
# f0f8f265710f konijn tim
|
||||
32
depr_packages/hasp_panlee.yaml
Normal file
32
depr_packages/hasp_panlee.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
openhasp:
|
||||
panlee:
|
||||
objects:
|
||||
- obj: "p0b4"
|
||||
properties:
|
||||
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p0b6"
|
||||
properties:
|
||||
"text": "{{ states('sensor.time') }}"
|
||||
- obj: "p1b10"
|
||||
properties:
|
||||
"val": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p1b11"
|
||||
properties:
|
||||
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p1b20"
|
||||
properties:
|
||||
"val": "{{ states('sensor.ep1_zolder_humidity_2') }}"
|
||||
- obj: "p1b30" # on/off switch
|
||||
properties:
|
||||
"val": "{{ 0 if (is_state('light.lamp_bank', 'off') or is_state('light.lamp_bank', 'unavailable')) else 1 }}"
|
||||
"click": "{{ 'false' if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 'true' }}"
|
||||
"opacity": "{{ 60 if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 255 }}"
|
||||
event:
|
||||
"down":
|
||||
- service_template: >
|
||||
{% if val == 0 -%}
|
||||
light.turn_on
|
||||
{% else -%}
|
||||
light.turn_off
|
||||
{% endif -%}
|
||||
entity_id: "light.lamp_bank"
|
||||
43
depr_packages/roborock.yaml
Executable file
43
depr_packages/roborock.yaml
Executable file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
camera:
|
||||
- platform: xiaomi_cloud_map_extractor
|
||||
host: !secret xiaomi_vacuum_host
|
||||
token: !secret xiaomi_vacuum_token
|
||||
username: !secret xiaomi_cloud_username
|
||||
password: !secret xiaomi_cloud_password
|
||||
draw: ["all"]
|
||||
attributes:
|
||||
- calibration_points
|
||||
- rooms
|
||||
- map_name
|
||||
- no_go_areas
|
||||
- no_mopping_areas
|
||||
room_colors:
|
||||
16: [240, 178, 122]
|
||||
17: [133, 193, 233]
|
||||
18: [217, 136, 128]
|
||||
|
||||
- platform: xiaomi_cloud_map_extractor
|
||||
host: !secret xiaomi_vacuum_host
|
||||
token: !secret xiaomi_vacuum_token
|
||||
username: !secret xiaomi_cloud_username
|
||||
password: !secret xiaomi_cloud_password
|
||||
draw: ["all"]
|
||||
attributes:
|
||||
- calibration_points
|
||||
- rooms
|
||||
- map_name
|
||||
- no_go_areas
|
||||
- no_mopping_areas
|
||||
room_colors:
|
||||
16: [240, 178, 122]
|
||||
17: [133, 193, 233]
|
||||
18: [217, 136, 128]
|
||||
|
||||
# sensor:
|
||||
# - platform: rest
|
||||
# name: roborock_rooms
|
||||
# resource: http://homeassistant.local:8123/local/roborooms.json
|
||||
# value_template: "{{ now() }}"
|
||||
# json_attributes:
|
||||
# - rooms
|
||||
Reference in New Issue
Block a user