various tidyups
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
#:########################################################################################:#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user