Files
home-assistant-config/esphome/esphome-web-bb4b84.yaml
T
fkrebs 5f01411780 chore: initial baseline before refactoring
Initial snapshot of Home Assistant config (HAOS 2026.4.4)
prior to dashboard restructuring and helper YAML migration.

Pre-commit cleanup applied:
- Removed blueprints/switch_manager/ (9.4 MB stale, component already gone)
- Removed .storage/switch_manager
- Removed home-assistant.log.{1,old,fault}
- Removed zigbee2mqtt/configuration_backup_v{1..4}.yaml
- Removed zigbee2mqtt/database.db.tmp.2024-09-27 (1.5y old)
- Created empty themes/ to satisfy configuration.yaml include

.gitignore uses allowlist strategy for .storage/ to keep
all tokens, keys, and PINs out of version control.
2026-05-02 14:24:53 +02:00

54 lines
1.3 KiB
YAML

substitutions:
name: esp32-bluetooth-proxy-bb4b84
friendly_name: Bluetooth Proxy Garage
packages:
esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic/esp32-generic.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: 0QWYS2snebtCGQCUxJiCSbRiSoKP1q57J80uCelH1xM=
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
logger:
level: DEBUG # This is critical to see the raw hex codes
esp32_ble_tracker:
scan_parameters:
active: true # We need active scanning to "see" the controller better
esp32_ble:
max_connections: 4
ble_client:
# - mac_address: D5:E9:5E:AF:FB:65
# id: vLinker_MC_IOS
- mac_address: 80:F1:B2:B3:B6:48
id: spider_farmer
on_connect:
then:
- lambda: |-
ESP_LOGD("custom", "Connected to Spider Farmer! Exploration starting...");
# This part below is a 'sniffer' that will dump the services to logs
on_passkey_request:
- lambda: ESP_LOGD("custom", "Passkey requested");
# sensor:
# # RSSI based on MAC address
# - platform: ble_rssi
# mac_address: D5:E9:5E:AF:FB:65
# name: "VLinker MC IOS RSSI"
# binary_sensor:
# - platform: ble_presence
# mac_address: D5:E9:5E:AF:FB:65
# name: "VLinker MC IOS Presence"