mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
23 lines
481 B
YAML
23 lines
481 B
YAML
---
|
|
substitutions:
|
|
device: vehicle-suzuki-dl650
|
|
name: Vehicle Suzuki DL650
|
|
area: Outside
|
|
comment: "${area}, Beacon | Suzuki DL650"
|
|
|
|
esphome:
|
|
name: mcu-${device}
|
|
friendly_name: ${name}
|
|
area: ${area}
|
|
comment: ${comment}
|
|
|
|
packages:
|
|
base: !include common/vehicle_base.yaml
|
|
logger: !include common/logger.yaml
|
|
|
|
esp32_ble_beacon:
|
|
type: iBeacon
|
|
uuid: !secret ble_beacon_suzuki_uuid
|
|
major: !secret ble_beacon_suzuki_major
|
|
minor: !secret ble_beacon_suzuki_minor
|