28 lines
827 B
YAML
28 lines
827 B
YAML
#:########################################################################################:#
|
|
# Package: Anniversary Events
|
|
# File: anniversaries.yaml
|
|
# Version: v1.0.0
|
|
# Date: 2024-09-04
|
|
#
|
|
# Purpose:
|
|
# Provides an anniversary sensor that reports the number of days until the
|
|
# next configured event and exposes event details as attributes.
|
|
#
|
|
# Dependency:
|
|
# - Anniversary custom integration (platform: anniversary).
|
|
#
|
|
# Output:
|
|
# - sensor.events: Days until the configured holiday event.
|
|
#
|
|
# Version History:
|
|
# - v1.0.0 (2024-09-04): Initial anniversary event sensor package.
|
|
#:########################################################################################:#
|
|
|
|
sensor:
|
|
- platform: anniversary
|
|
name: events
|
|
multiple: false
|
|
anniversaries:
|
|
- event: "Holiday"
|
|
date: "2024-9-14"
|