home-assistant-configuration/config/input_datetime.yaml
Jeffrey Stone e02d084c92 Updated to V5 Version - Hassio Style
Lots of updates here.

Updated my Readme - Added Affiliate Links, added some more information, better organized devices
Updated gitignore with paths realtive to my hassio config
Combined my switches and lights into single yaml files instead of the directory structure previously
Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt

Archived my previous version in the V4-config branch.
2019-11-08 12:54:11 -05:00

41 lines
778 B
YAML
Executable File

both_date_and_time:
name: Input with both date and time
has_date: true
has_time: true
only_date:
name: Input with only date
has_date: true
has_time: false
outisde_light_delay:
name: Outside Light Delay
has_date: false
has_time: true
announcement_delay:
name: Announcement Delay
has_date: false
has_time: true
coffee_time:
name: Coffee Time
has_date: false
has_time: true
good_morning:
name: Good Morning
has_date: false
has_time: true
skylar_wakeup_call:
name: Skylar Wakeup
has_date: false
has_time: true
christmas_show:
name: Christmas Show
has_date: false
has_time: true
halloween_show:
name: Halloween Show
has_date: false
has_time: true
good_night_routine:
name: Good Night Routine
has_date: false
has_time: true