various tidyups
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#:########################################################################################:#
|
||||
# Package: Vehicle Announcements
|
||||
# File: vehicle_announcements.yaml
|
||||
# Version: v1.0.0
|
||||
# Date: 2026-07-23
|
||||
#
|
||||
# Purpose:
|
||||
# Sends vehicle arrival announcements through the View Road announcement router.
|
||||
#:########################################################################################:#
|
||||
|
||||
automation:
|
||||
- id: byd_atto3_arrival_announcement
|
||||
alias: "BYD Atto 3 - Arrival Announcement"
|
||||
description: >
|
||||
Sends a Pushover notification to the Zorruno phone when the BYD Atto 3
|
||||
Bermuda tracker arrives home.
|
||||
mode: single
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id: device_tracker.byd_atto3_ibeacon_bur4c2a_bermuda_tracker
|
||||
from: "not_home"
|
||||
to: "home"
|
||||
actions:
|
||||
- action: script.view_road_announcement
|
||||
data:
|
||||
channels: "pushover_zorruno"
|
||||
title: "Vehicle Notification"
|
||||
long_announcement: "The BYD Atto 3 has arrived home."
|
||||
Reference in New Issue
Block a user