mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
23 lines
517 B
YAML
23 lines
517 B
YAML
---
|
|
substitutions:
|
|
device: vehicle-toyota-yaris-cross
|
|
name: Vehicle Toyota Yaris Cross
|
|
area: Outside
|
|
comment: "${area}, Beacon | Toyota Yaris Cross"
|
|
|
|
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_toyota_yaris_uuid
|
|
major: !secret ble_beacon_toyota_yaris_major
|
|
minor: !secret ble_beacon_toyota_yaris_minor
|