Trying some new stuff

This commit is contained in:
CCOSTAN
2016-11-30 22:54:10 +00:00
parent 857751547c
commit 88503f0322
3 changed files with 28 additions and 23 deletions

View File

@@ -6,8 +6,8 @@
trigger: trigger:
- platform: sun - platform: sun
event: sunset event: sunset
- platform: time #- platform: time
after: 20:00:00 #after: '20:00:00'
#Time trigger is until I replace the stupid switch. #Time trigger is until I replace the stupid switch.
# - platform: event # - platform: event
# event_type: halloween_lights_on # event_type: halloween_lights_on

View File

@@ -105,24 +105,5 @@ sensor: !include_dir_merge_list sensor
automation: !include_dir_merge_list automation automation: !include_dir_merge_list automation
scene: !include_dir_merge_list scene scene: !include_dir_merge_list scene
switch: !include_dir_merge_list switch switch: !include_dir_merge_list switch
input_boolean: script: !include_dir_merge_list script
guest_mode: input_boolean: !include_dir_merge_named input_boolean
name: Guest Mode
icon: mdi:account-alert
initial: off
no_school:
name: No School
icon: mdi:school
initial: off
trash_reminder:
name: Trash Day Reminder
icon: mdi:delete
initial: off
pill_reminder:
name: Pill Reminder
icon: mdi:pill
initial: off
chore_reminder:
name: chore Reminder
icon: mdi:human-male-female
initial: off

24
input_boolean/home_modes.yaml Executable file
View File

@@ -0,0 +1,24 @@
guest_mode:
name: Guest Mode
icon: mdi:account-alert
initial: off
no_school:
name: No School
icon: mdi:school
initial: off
trash_reminder:
name: Trash Day Reminder
icon: mdi:delete
initial: off
pill_reminder:
name: Pill Reminder
icon: mdi:pill
initial: off
chore_reminder:
name: chore Reminder
icon: mdi:human-male-female
initial: off