mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 08:46:04 +02:00
23 lines
515 B
YAML
23 lines
515 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
|